Html Css Color HEX #766F08 Olive

📋 copy color: '#766F08'

red 118 ◦ green 111 ◦ blue 8

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

Shades of Olive #766F08

Tints of Olive #766F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.84%

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

R = 49.79%
G = 46.84%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#766F08 (or 0x766F08) is known color: Olive. HEX triplet: 76, 6F and 08. RGB value is (118,111,8). Sum of RGB (Red+Green+Blue) = 118+111+8=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F08 is #8990F7. Grayscale: #656565. Windows color (decimal): -9015544 or 552822. OLE color: 552822.

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

Color convert

RGB 118 111 8 -
CMYK 0 0.06 0.93 0.54
HSL 56.18º 0.87% 0.25% -
HSV(B) 56.18º 0.93% 0.46% -
XYZ 13.2 15.24 2.48 -
YUV 101.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 118 111 8 0 0.06 0.93 0.54 56.18 0.87 0.25
Hex 76 6F 8 0 6 5D 36 38 57 19
Octal 166 157 10 0 6 135 66 70 127 31
Binary 1110110 1101111 1000 0 110 1011101 110110 111000 1010111 11001

Color Harmonies of #766F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F08

Black with #766F08

Text Example


Text Example

White with #766F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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