Html Css Color HEX #766E06 Olive

📋 copy color: '#766E06'

red 118 ◦ green 110 ◦ blue 6

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

Shades of Olive #766E06

Tints of Olive #766E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 50.43%
G = 47.01%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#766E06 (or 0x766E06) is known color: Olive. HEX triplet: 76, 6E and 06. RGB value is (118,110,6). Sum of RGB (Red+Green+Blue) = 118+110+6=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E06 is #8991F9. Grayscale: #646464. Windows color (decimal): -9015802 or 421494. OLE color: 421494.

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

Color convert

RGB 118 110 6 -
CMYK 0 0.07 0.95 0.54
HSL 55.71º 0.9% 0.24% -
HSV(B) 55.71º 0.95% 0.46% -
XYZ 13.08 15.02 2.38 -
YUV 100.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 118 110 6 0 0.07 0.95 0.54 55.71 0.9 0.24
Hex 76 6E 6 0 7 5F 36 38 5A 18
Octal 166 156 6 0 7 137 66 70 132 30
Binary 1110110 1101110 110 0 111 1011111 110110 111000 1011010 11000

Color Harmonies of #766E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E06

Black with #766E06

Text Example


Text Example

White with #766E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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