#907f29

Color #907F29 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #907F29

Tints of Lemon Ginger #907F29

Color information

#907F29 (or 0x907F29) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 29. RGB value is (144,127,41). Sum of RGB (Red+Green+Blue) = 144+127+41=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #907F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F29 is #6F80D6. Grayscale: #7A7A7A. Windows color (decimal): -7307479 or 2719632. OLE color: 2719632.

HSL color Cylindrical-coordinate representation of color #907F29: hue angle of 50.1º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #907F29 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB14412741-
CMYK00.120.720.44
HSL50.1º55.68%36.27%-
HSV(B)50.1º71.53%56.47%-
XYZ19.4921.275.18-
YUV122.2882.13143.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 127 (50% from 255) = 40.71%
BLUE value IS 41 (16.41% from 255) = 13.14%
R=46.15%
G=40.71%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441274100.120.720.4450.155.6836.27
Hex907F290C482C323824
Octal2201775101411054627044
Binary100100001111111101001011001001000101100110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907f29; }

 p { color: rgb(144,127,41); }

 H1.HeaderClassName
 {
   color: #907f29;
 }
 .AnyTagClassName
 {
   color: #907f29;
 }
</style>
background-color css

<style>
 a { background-color: #907f29; }

 a { background-color: rgb(144,127,41); }

 div.DivClassName
 {
   background-color: #907f29;
 }
 .BgClassName
 {
   background-color: #907f29;
 }
</style>
border-color css

<style>
 span { border-color: #907f29; }

 span { border-color: rgb(144,127,41); }

 td.TdClassName
 {
   border-color: #907f29;
 }
 .TagClassName
 {
   border-color: #907f29;
 }
</style>