#7D900C

Color #7D900C Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7D900C

Tints of Olive #7D900C

Color information

#7D900C (or 0x7D900C) is unknown color: approx Olive. HEX triplet: 7D, 90 and 0C. RGB value is (125,144,12). Sum of RGB (Red+Green+Blue) = 125+144+12=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #7D900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D900C is #826FF3. Grayscale: #7B7B7B. Windows color (decimal): -8548340 or 823421. OLE color: 823421.

HSL color Cylindrical-coordinate representation of color #7D900C: hue angle of 68.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D900C is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB12514412-
CMYK0.1300.920.44
HSL68.64º84.62%30.59%-
HSV(B)68.64º91.67%56.47%-
XYZ18.524.334.07-
YUV123.2765.21129.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 12 (5.08% from 255) = 4.27%
R=44.48%
G=51.25%
B=4.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125144120.1300.920.4468.6484.6230.59
Hex7D90CD05C2C45551f
Octal175220141501345410512537
Binary11111011001000011001101010111001011001000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D900C; }

 p { color: rgb(125,144,12); }

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

<style>
 a { background-color: #7D900C; }

 a { background-color: rgb(125,144,12); }

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

<style>
 span { border-color: #7D900C; }

 span { border-color: rgb(125,144,12); }

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