Html Css Color HEX #766D0A Olive

📋 copy color: '#766D0A'

red 118 ◦ green 109 ◦ blue 10

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

Shades of Olive #766D0A

Tints of Olive #766D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 49.79%
G = 45.99%
B = 4.22%

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

#766D0A (or 0x766D0A) is known color: Olive. HEX triplet: 76, 6D and 0A. RGB value is (118,109,10). Sum of RGB (Red+Green+Blue) = 118+109+10=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D0A is #8992F5. Grayscale: #646464. Windows color (decimal): -9016054 or 683382. OLE color: 683382.

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

Color convert

RGB 118 109 10 -
CMYK 0 0.08 0.92 0.54
HSL 55º 0.84% 0.25% -
HSV(B) 55º 0.92% 0.46% -
XYZ 12.99 14.81 2.46 -
YUV 100.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 118 109 10 0 0.08 0.92 0.54 55 0.84 0.25
Hex 76 6D A 0 8 5C 36 37 54 19
Octal 166 155 12 0 10 134 66 67 124 31
Binary 1110110 1101101 1010 0 1000 1011100 110110 110111 1010100 11001

Color Harmonies of #766D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D0A

Black with #766D0A

Text Example


Text Example

White with #766D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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