Html Css Color HEX #766A09 Olive

📋 copy color: '#766A09'

red 118 ◦ green 106 ◦ blue 9

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

Shades of Olive #766A09

Tints of Olive #766A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.49%

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

R = 50.64%
G = 45.49%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#766A09 (or 0x766A09) is known color: Olive. HEX triplet: 76, 6A and 09. RGB value is (118,106,9). Sum of RGB (Red+Green+Blue) = 118+106+9=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A09 is #8995F6. Grayscale: #626262. Windows color (decimal): -9016823 or 617078. OLE color: 617078.

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

Color convert

RGB 118 106 9 -
CMYK 0 0.10 0.92 0.54
HSL 53.39º 0.86% 0.25% -
HSV(B) 53.39º 0.92% 0.46% -
XYZ 12.67 14.18 2.33 -
YUV 98.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 118 106 9 0 0.10 0.92 0.54 53.39 0.86 0.25
Hex 76 6A 9 0 A 5C 36 35 56 19
Octal 166 152 11 0 12 134 66 65 126 31
Binary 1110110 1101010 1001 0 1010 1011100 110110 110101 1010110 11001

Color Harmonies of #766A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A09

Black with #766A09

Text Example


Text Example

White with #766A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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