#907F14

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

Shades of Lemon Ginger #907F14

Tints of Lemon Ginger #907F14

Color information

#907F14 (or 0x907F14) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 14. RGB value is (144,127,20). Sum of RGB (Red+Green+Blue) = 144+127+20=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #907F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F14 is #6F80EB. Grayscale: #787878. Windows color (decimal): -7307500 or 1343376. OLE color: 1343376.

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

Color convert

RGB14412720-
CMYK00.120.860.44
HSL51.77º75.61%32.16%-
HSV(B)51.77º86.11%56.47%-
XYZ19.2221.163.73-
YUV119.8871.63145.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 20 (8.20% from 255) = 6.87%
R=49.48%
G=43.64%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441272000.120.860.4451.7775.6132.16
Hex907F140C562C344c20
Octal22017724014126546411440
Binary100100001111111101000110010101101011001101001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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