Html Css Color HEX #766C09 Olive

📋 copy color: '#766C09'

red 118 ◦ green 108 ◦ blue 9

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

Shades of Olive #766C09

Tints of Olive #766C09

RGB

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

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

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

R = 50.21%
G = 45.96%
B = 3.83%

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

#766C09 (or 0x766C09) is known color: Olive. HEX triplet: 76, 6C and 09. RGB value is (118,108,9). Sum of RGB (Red+Green+Blue) = 118+108+9=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C09 is #8993F6. Grayscale: #646464. Windows color (decimal): -9016311 or 617590. OLE color: 617590.

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

Color convert

RGB 118 108 9 -
CMYK 0 0.08 0.92 0.54
HSL 54.5º 0.86% 0.25% -
HSV(B) 54.5º 0.92% 0.46% -
XYZ 12.88 14.6 2.4 -
YUV 99.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 118 108 9 0 0.08 0.92 0.54 54.5 0.86 0.25
Hex 76 6C 9 0 8 5C 36 36 56 19
Octal 166 154 11 0 10 134 66 66 126 31
Binary 1110110 1101100 1001 0 1000 1011100 110110 110110 1010110 11001

Color Harmonies of #766C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C09

Black with #766C09

Text Example


Text Example

White with #766C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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