Html Css Color HEX #766D0D Olive

📋 copy color: '#766D0D'

red 118 ◦ green 109 ◦ blue 13

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

Shades of Olive #766D0D

Tints of Olive #766D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 49.17%
G = 45.42%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#766D0D (or 0x766D0D) is known color: Olive. HEX triplet: 76, 6D and 0D. RGB value is (118,109,13). Sum of RGB (Red+Green+Blue) = 118+109+13=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D0D is #8992F2. Grayscale: #656565. Windows color (decimal): -9016051 or 879990. OLE color: 879990.

HSL color Cylindrical-coordinate representation of color #766D0D: hue angle of 54.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #766D0D is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 13 -
CMYK 0 0.08 0.89 0.54
HSL 54.86º 0.8% 0.26% -
HSV(B) 54.86º 0.89% 0.46% -
XYZ 13.01 14.82 2.56 -
YUV 100.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 118 109 13 0 0.08 0.89 0.54 54.86 0.8 0.26
Hex 76 6D D 0 8 59 36 37 50 1A
Octal 166 155 15 0 10 131 66 67 120 32
Binary 1110110 1101101 1101 0 1000 1011001 110110 110111 1010000 11010

Color Harmonies of #766D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D0D

Black with #766D0D

Text Example


Text Example

White with #766D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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