Html Css Color HEX #766F05 Olive

📋 copy color: '#766F05'

red 118 ◦ green 111 ◦ blue 5

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

Shades of Olive #766F05

Tints of Olive #766F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 50.43%
G = 47.44%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766F05 (or 0x766F05) is known color: Olive. HEX triplet: 76, 6F and 05. RGB value is (118,111,5). Sum of RGB (Red+Green+Blue) = 118+111+5=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F05 is #8990FA. Grayscale: #656565. Windows color (decimal): -9015547 or 356214. OLE color: 356214.

HSL color Cylindrical-coordinate representation of color #766F05: hue angle of 56.28º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #766F05 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 5 -
CMYK 0 0.06 0.96 0.54
HSL 56.28º 0.92% 0.24% -
HSV(B) 56.28º 0.96% 0.46% -
XYZ 13.18 15.23 2.39 -
YUV 101.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 118 111 5 0 0.06 0.96 0.54 56.28 0.92 0.24
Hex 76 6F 5 0 6 60 36 38 5C 18
Octal 166 157 5 0 6 140 66 70 134 30
Binary 1110110 1101111 101 0 110 1100000 110110 111000 1011100 11000

Color Harmonies of #766F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F05

Black with #766F05

Text Example


Text Example

White with #766F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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