Html Css Color HEX #766908 Olive

📋 copy color: '#766908'

red 118 ◦ green 105 ◦ blue 8

#766908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #766908

Tints of Olive #766908

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 value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#766908 (or 0x766908) is known color: 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

RGB 118 105 8 -
CMYK 0 0.11 0.93 0.54
HSL 52.91º 0.87% 0.25% -
HSV(B) 52.91º 0.93% 0.46% -
XYZ 12.57 13.97 2.26 -
YUV 97.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 118 105 8 0 0.11 0.93 0.54 52.91 0.87 0.25
Hex 76 69 8 0 B 5D 36 35 57 19
Octal 166 151 10 0 13 135 66 65 127 31
Binary 1110110 1101001 1000 0 1011 1011101 110110 110101 1010111 11001

Color Harmonies of #766908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766908

Black with #766908

Text Example


Text Example

White with #766908

Text Example


Text Example

HTML Codes & Css Web 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>