Html Css Color HEX #766E09 Olive

📋 copy color: '#766E09'

red 118 ◦ green 110 ◦ blue 9

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

Shades of Olive #766E09

Tints of Olive #766E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 49.79%
G = 46.41%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#766E09 (or 0x766E09) is known color: Olive. HEX triplet: 76, 6E and 09. RGB value is (118,110,9). Sum of RGB (Red+Green+Blue) = 118+110+9=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E09 is #8991F6. Grayscale: #656565. Windows color (decimal): -9015799 or 618102. OLE color: 618102.

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

Color convert

RGB 118 110 9 -
CMYK 0 0.07 0.92 0.54
HSL 55.6º 0.86% 0.25% -
HSV(B) 55.6º 0.92% 0.46% -
XYZ 13.1 15.02 2.47 -
YUV 100.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 118 110 9 0 0.07 0.92 0.54 55.6 0.86 0.25
Hex 76 6E 9 0 7 5C 36 38 56 19
Octal 166 156 11 0 7 134 66 70 126 31
Binary 1110110 1101110 1001 0 111 1011100 110110 111000 1010110 11001

Color Harmonies of #766E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E09

Black with #766E09

Text Example


Text Example

White with #766E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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