Html Css Color HEX #766D0C Olive

📋 copy color: '#766D0C'

red 118 ◦ green 109 ◦ blue 12

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

Shades of Olive #766D0C

Tints of Olive #766D0C

RGB

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

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

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

R = 49.37%
G = 45.61%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#766D0C (or 0x766D0C) is known color: Olive. HEX triplet: 76, 6D and 0C. RGB value is (118,109,12). Sum of RGB (Red+Green+Blue) = 118+109+12=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D0C is #8992F3. Grayscale: #656565. Windows color (decimal): -9016052 or 814454. OLE color: 814454.

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

Color convert

RGB 118 109 12 -
CMYK 0 0.08 0.90 0.54
HSL 54.91º 0.82% 0.25% -
HSV(B) 54.91º 0.9% 0.46% -
XYZ 13.01 14.82 2.52 -
YUV 100.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 118 109 12 0 0.08 0.90 0.54 54.91 0.82 0.25
Hex 76 6D C 0 8 5A 36 37 52 19
Octal 166 155 14 0 10 132 66 67 122 31
Binary 1110110 1101101 1100 0 1000 1011010 110110 110111 1010010 11001

Color Harmonies of #766D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D0C

Black with #766D0C

Text Example


Text Example

White with #766D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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