#767708

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

Shades of Olive #767708

Tints of Olive #767708

Color information

#767708 (or 0x767708) is unknown color: approx Olive. HEX triplet: 76, 77 and 08. RGB value is (118,119,8). Sum of RGB (Red+Green+Blue) = 118+119+8=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #767708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767708 is #8988F7. Grayscale: #6A6A6A. Windows color (decimal): -9013496 or 554870. OLE color: 554870.

HSL color Cylindrical-coordinate representation of color #767708: hue angle of 60.54º degrees, saturation: 0.87, 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 #767708 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1181198-
CMYK0.0100.930.53
HSL60.54º87.4%24.9%-
HSV(B)60.54º93.28%46.67%-
XYZ14.1117.062.78-
YUV106.0572.67136.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=48.16%
G=48.57%
B=3.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11811980.0100.930.5360.5487.424.9
Hex76778105D353d5719
Octal1661671010135657512731
Binary111011011101111000101011101110101111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767708; }

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

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

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

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

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

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

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

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