Html Css Color HEX #766E05 Olive

📋 copy color: '#766E05'

red 118 ◦ green 110 ◦ blue 5

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

Shades of Olive #766E05

Tints of Olive #766E05

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.21%

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

R = 50.64%
G = 47.21%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766E05 (or 0x766E05) is known color: Olive. HEX triplet: 76, 6E and 05. RGB value is (118,110,5). Sum of RGB (Red+Green+Blue) = 118+110+5=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E05 is #8991FA. Grayscale: #646464. Windows color (decimal): -9015803 or 355958. OLE color: 355958.

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

Color convert

RGB 118 110 5 -
CMYK 0 0.07 0.96 0.54
HSL 55.75º 0.92% 0.24% -
HSV(B) 55.75º 0.96% 0.46% -
XYZ 13.07 15.01 2.35 -
YUV 100.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 118 110 5 0 0.07 0.96 0.54 55.75 0.92 0.24
Hex 76 6E 5 0 7 60 36 38 5C 18
Octal 166 156 5 0 7 140 66 70 134 30
Binary 1110110 1101110 101 0 111 1100000 110110 111000 1011100 11000

Color Harmonies of #766E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E05

Black with #766E05

Text Example


Text Example

White with #766E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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