Html Css Color HEX #766B08 Olive

📋 copy color: '#766B08'

red 118 ◦ green 107 ◦ blue 8

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

Shades of Olive #766B08

Tints of Olive #766B08

RGB

 RED value IS 118 (46.48% from 255) = 50.64%

 GREEN value IS 107 (42.19% from 255) = 45.92%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 50.64%
G = 45.92%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#766B08 (or 0x766B08) is known color: Olive. HEX triplet: 76, 6B and 08. RGB value is (118,107,8). Sum of RGB (Red+Green+Blue) = 118+107+8=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B08 is #8994F7. Grayscale: #636363. Windows color (decimal): -9016568 or 551798. OLE color: 551798.

HSL color Cylindrical-coordinate representation of color #766B08: hue angle of 54º 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 #766B08 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 8 -
CMYK 0 0.09 0.93 0.54
HSL 54º 0.87% 0.25% -
HSV(B) 54º 0.93% 0.46% -
XYZ 12.77 14.38 2.33 -
YUV 99 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 118 107 8 0 0.09 0.93 0.54 54 0.87 0.25
Hex 76 6B 8 0 9 5D 36 36 57 19
Octal 166 153 10 0 11 135 66 66 127 31
Binary 1110110 1101011 1000 0 1001 1011101 110110 110110 1010111 11001

Color Harmonies of #766B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B08

Black with #766B08

Text Example


Text Example

White with #766B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B08; }

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

 H1.HeaderClassName
 {
   color: #766B08;
 }
 .AnyTagClassName
 {
   color: #766B08;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #766B08;
 }
 .BgClassName
 {
   background-color: #766B08;
 }
</style>

border-color css

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

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

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