#767908

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

Shades of Olive #767908

Tints of Olive #767908

Color information

#767908 (or 0x767908) is unknown color: approx Olive. HEX triplet: 76, 79 and 08. RGB value is (118,121,8). Sum of RGB (Red+Green+Blue) = 118+121+8=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #767908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767908 is #8986F7. Grayscale: #6B6B6B. Windows color (decimal): -9012984 or 555382. OLE color: 555382.

HSL color Cylindrical-coordinate representation of color #767908: hue angle of 61.59º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #767908 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1181218-
CMYK0.0200.930.53
HSL61.59º87.6%25.29%-
HSV(B)61.59º93.39%47.45%-
XYZ14.3517.542.86-
YUV107.2272.01135.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=47.77%
G=48.99%
B=3.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11812180.0200.930.5361.5987.625.29
Hex76798205D353e5819
Octal1661711020135657613031
Binary1110110111100110001001011101110101111110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767908; }

 p { color: rgb(118,121,8); }

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

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

 a { background-color: rgb(118,121,8); }

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

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

 span { border-color: rgb(118,121,8); }

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