Html Css Color HEX #766D09 Olive

📋 copy color: '#766D09'

red 118 ◦ green 109 ◦ blue 9

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

Shades of Olive #766D09

Tints of Olive #766D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

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

R = 50%
G = 46.19%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#766D09 (or 0x766D09) is known color: Olive. HEX triplet: 76, 6D and 09. RGB value is (118,109,9). Sum of RGB (Red+Green+Blue) = 118+109+9=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D09 is #8992F6. Grayscale: #646464. Windows color (decimal): -9016055 or 617846. OLE color: 617846.

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

Color convert

RGB 118 109 9 -
CMYK 0 0.08 0.92 0.54
HSL 55.05º 0.86% 0.25% -
HSV(B) 55.05º 0.92% 0.46% -
XYZ 12.99 14.81 2.43 -
YUV 100.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 118 109 9 0 0.08 0.92 0.54 55.05 0.86 0.25
Hex 76 6D 9 0 8 5C 36 37 56 19
Octal 166 155 11 0 10 134 66 67 126 31
Binary 1110110 1101101 1001 0 1000 1011100 110110 110111 1010110 11001

Color Harmonies of #766D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D09

Black with #766D09

Text Example


Text Example

White with #766D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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