Html Css Color HEX #766E0C Olive

📋 copy color: '#766E0C'

red 118 ◦ green 110 ◦ blue 12

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

Shades of Olive #766E0C

Tints of Olive #766E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 49.17%
G = 45.83%
B = 5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#766E0C (or 0x766E0C) is known color: Olive. HEX triplet: 76, 6E and 0C. RGB value is (118,110,12). Sum of RGB (Red+Green+Blue) = 118+110+12=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0C is #8991F3. Grayscale: #656565. Windows color (decimal): -9015796 or 814710. OLE color: 814710.

HSL color Cylindrical-coordinate representation of color #766E0C: hue angle of 55.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #766E0C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 12 -
CMYK 0 0.07 0.90 0.54
HSL 55.47º 0.82% 0.25% -
HSV(B) 55.47º 0.9% 0.46% -
XYZ 13.11 15.03 2.56 -
YUV 101.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 118 110 12 0 0.07 0.90 0.54 55.47 0.82 0.25
Hex 76 6E C 0 7 5A 36 37 52 19
Octal 166 156 14 0 7 132 66 67 122 31
Binary 1110110 1101110 1100 0 111 1011010 110110 110111 1010010 11001

Color Harmonies of #766E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E0C

Black with #766E0C

Text Example


Text Example

White with #766E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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