#7C8208

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

Shades of Olive #7C8208

Tints of Olive #7C8208

Color information

#7C8208 (or 0x7C8208) is unknown color: approx Olive. HEX triplet: 7C, 82 and 08. RGB value is (124,130,8). Sum of RGB (Red+Green+Blue) = 124+130+8=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8208 is #837DF7. Grayscale: #727272. Windows color (decimal): -8617464 or 557692. OLE color: 557692.

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

Color convert

RGB1241308-
CMYK0.0500.940.49
HSL62.95º88.41%27.06%-
HSV(B)62.95º93.85%50.98%-
XYZ16.3420.273.28-
YUV114.368.01134.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 8 (3.52% from 255) = 3.05%
R=47.33%
G=49.62%
B=3.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12413080.0500.940.4962.9588.4127.06
Hex7C828505E313f581b
Octal1742021050136617713033
Binary111110010000010100010101011110110001111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,8); }

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

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

 a { background-color: rgb(124,130,8); }

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

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

 span { border-color: rgb(124,130,8); }

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