#766908

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

Shades of Olive #766908

Tints of Olive #766908

Color information

#766908 (or 0x766908) is unknown color: approx Olive. HEX triplet: 76, 69 and 08. RGB value is (118,105,8). Sum of RGB (Red+Green+Blue) = 118+105+8=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766908 is #8996F7. Grayscale: #626262. Windows color (decimal): -9017080 or 551286. OLE color: 551286.

HSL color Cylindrical-coordinate representation of color #766908: hue angle of 52.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #766908 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB1181058-
CMYK00.110.930.54
HSL52.91º87.3%24.71%-
HSV(B)52.91º93.22%46.27%-
XYZ12.5713.972.26-
YUV97.8377.31142.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=51.08%
G=45.45%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118105800.110.930.5452.9187.324.71
Hex766980B5D36355719
Octal16615110013135666512731
Binary111011011010011000010111011101110110110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766908; }

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

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

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

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

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

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

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

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