Html Css Color HEX #76860F Olive

📋 copy color: '#76860F'

red 118 ◦ green 134 ◦ blue 15

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

Shades of Olive #76860F

Tints of Olive #76860F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.19%

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

R = 44.19%
G = 50.19%
B = 5.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#76860F (or 0x76860F) is known color: Olive. HEX triplet: 76, 86 and 0F. RGB value is (118,134,15). Sum of RGB (Red+Green+Blue) = 118+134+15=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #76860F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76860F is #8979F0. Grayscale: #747474. Windows color (decimal): -9009649 or 1017462. OLE color: 1017462.

HSL color Cylindrical-coordinate representation of color #76860F: hue angle of 68.07º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76860F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 15 -
CMYK 0.12 0 0.89 0.47
HSL 68.07º 0.8% 0.29% -
HSV(B) 68.07º 0.89% 0.53% -
XYZ 16.08 20.94 3.65 -
YUV 115.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 118 134 15 0.12 0 0.89 0.47 68.07 0.8 0.29
Hex 76 86 F C 0 59 2F 44 50 1D
Octal 166 206 17 14 0 131 57 104 120 35
Binary 1110110 10000110 1111 1100 0 1011001 101111 1000100 1010000 11101

Color Harmonies of #76860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76860F

Black with #76860F

Text Example


Text Example

White with #76860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76860F; }

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

 H1.HeaderClassName
 {
   color: #76860F;
 }
 .AnyTagClassName
 {
   color: #76860F;
 }
</style>

background-color css

<style>
 a { background-color: #76860F; }

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

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

border-color css

<style>
 span { border-color: #76860F; }

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

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