Html Css Color HEX #766A08 Olive

📋 copy color: '#766A08'

red 118 ◦ green 106 ◦ blue 8

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

Shades of Olive #766A08

Tints of Olive #766A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.69%

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

R = 50.86%
G = 45.69%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#766A08 (or 0x766A08) is known color: Olive. HEX triplet: 76, 6A and 08. RGB value is (118,106,8). Sum of RGB (Red+Green+Blue) = 118+106+8=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A08 is #8995F7. Grayscale: #626262. Windows color (decimal): -9016824 or 551542. OLE color: 551542.

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

Color convert

RGB 118 106 8 -
CMYK 0 0.10 0.93 0.54
HSL 53.45º 0.87% 0.25% -
HSV(B) 53.45º 0.93% 0.46% -
XYZ 12.67 14.18 2.3 -
YUV 98.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 118 106 8 0 0.10 0.93 0.54 53.45 0.87 0.25
Hex 76 6A 8 0 A 5D 36 35 57 19
Octal 166 152 10 0 12 135 66 65 127 31
Binary 1110110 1101010 1000 0 1010 1011101 110110 110101 1010111 11001

Color Harmonies of #766A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A08

Black with #766A08

Text Example


Text Example

White with #766A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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