#907F15

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

Shades of Lemon Ginger #907F15

Tints of Lemon Ginger #907F15

Color information

#907F15 (or 0x907F15) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 15. RGB value is (144,127,21). Sum of RGB (Red+Green+Blue) = 144+127+21=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #907F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F15 is #6F80EA. Grayscale: #787878. Windows color (decimal): -7307499 or 1408912. OLE color: 1408912.

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

Color convert

RGB14412721-
CMYK00.120.850.44
HSL51.71º74.55%32.35%-
HSV(B)51.71º85.42%56.47%-
XYZ19.2321.163.78-
YUV12072.13145.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 127 (50% from 255) = 43.49%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=49.32%
G=43.49%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441272100.120.850.4451.7174.5532.35
Hex907F150C552C344b20
Octal22017725014125546411340
Binary100100001111111101010110010101011011001101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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