#7D7D0C

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

Shades of Olive #7D7D0C

Tints of Olive #7D7D0C

Color information

#7D7D0C (or 0x7D7D0C) is unknown color: approx Olive. HEX triplet: 7D, 7D and 0C. RGB value is (125,125,12). Sum of RGB (Red+Green+Blue) = 125+125+12=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 125 - color contains mainly: red, green. Hex color #7D7D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7D0C is #8282F3. Grayscale: #707070. Windows color (decimal): -8553204 or 818557. OLE color: 818557.

HSL color Cylindrical-coordinate representation of color #7D7D0C: hue angle of 60º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D7D0C is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12512512-
CMYK000.900.51
HSL60º82.48%26.86%-
HSV(B)60º90.4%49.02%-
XYZ15.8619.053.19-
YUV112.1271.5137.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.71%
GREEN value IS 125 (49.22% from 255) = 47.71%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=47.71%
G=47.71%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512512000.900.516082.4826.86
Hex7D7DC005A333c521b
Octal1751751400132637412233
Binary111110111111011100001011010110011111100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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