Html Css Color HEX #766D0F Olivetone

📋 copy color: '#766D0F'

red 118 ◦ green 109 ◦ blue 15

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

Shades of Olivetone #766D0F

Tints of Olivetone #766D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 48.76%
G = 45.04%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#766D0F (or 0x766D0F) is known color: Olivetone. HEX triplet: 76, 6D and 0F. RGB value is (118,109,15). Sum of RGB (Red+Green+Blue) = 118+109+15=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D0F is #8992F0. Grayscale: #656565. Windows color (decimal): -9016049 or 1011062. OLE color: 1011062.

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

Color convert

RGB 118 109 15 -
CMYK 0 0.08 0.87 0.54
HSL 54.76º 0.77% 0.26% -
HSV(B) 54.76º 0.87% 0.46% -
XYZ 13.03 14.82 2.63 -
YUV 100.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 118 109 15 0 0.08 0.87 0.54 54.76 0.77 0.26
Hex 76 6D F 0 8 57 36 37 4D 1A
Octal 166 155 17 0 10 127 66 67 115 32
Binary 1110110 1101101 1111 0 1000 1010111 110110 110111 1001101 11010

Color Harmonies of #766D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D0F

Black with #766D0F

Text Example


Text Example

White with #766D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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