Html Css Color HEX #766C05 Olive

📋 copy color: '#766C05'

red 118 ◦ green 108 ◦ blue 5

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

Shades of Olive #766C05

Tints of Olive #766C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.75%

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

R = 51.08%
G = 46.75%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766C05 (or 0x766C05) is known color: Olive. HEX triplet: 76, 6C and 05. RGB value is (118,108,5). Sum of RGB (Red+Green+Blue) = 118+108+5=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C05 is #8993FA. Grayscale: #636363. Windows color (decimal): -9016315 or 355446. OLE color: 355446.

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

Color convert

RGB 118 108 5 -
CMYK 0 0.08 0.96 0.54
HSL 54.69º 0.92% 0.24% -
HSV(B) 54.69º 0.96% 0.46% -
XYZ 12.86 14.59 2.28 -
YUV 99.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 118 108 5 0 0.08 0.96 0.54 54.69 0.92 0.24
Hex 76 6C 5 0 8 60 36 37 5C 18
Octal 166 154 5 0 10 140 66 67 134 30
Binary 1110110 1101100 101 0 1000 1100000 110110 110111 1011100 11000

Color Harmonies of #766C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C05

Black with #766C05

Text Example


Text Example

White with #766C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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