Html Css Color HEX #766E0A Olive

📋 copy color: '#766E0A'

red 118 ◦ green 110 ◦ blue 10

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

Shades of Olive #766E0A

Tints of Olive #766E0A

RGB

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

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

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

R = 49.58%
G = 46.22%
B = 4.2%

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

#766E0A (or 0x766E0A) is known color: Olive. HEX triplet: 76, 6E and 0A. RGB value is (118,110,10). Sum of RGB (Red+Green+Blue) = 118+110+10=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0A is #8991F5. Grayscale: #656565. Windows color (decimal): -9015798 or 683638. OLE color: 683638.

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

Color convert

RGB 118 110 10 -
CMYK 0 0.07 0.92 0.54
HSL 55.56º 0.84% 0.25% -
HSV(B) 55.56º 0.92% 0.46% -
XYZ 13.1 15.03 2.5 -
YUV 100.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 118 110 10 0 0.07 0.92 0.54 55.56 0.84 0.25
Hex 76 6E A 0 7 5C 36 38 54 19
Octal 166 156 12 0 7 134 66 70 124 31
Binary 1110110 1101110 1010 0 111 1011100 110110 111000 1010100 11001

Color Harmonies of #766E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E0A

Black with #766E0A

Text Example


Text Example

White with #766E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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