Html Css Color HEX #76890F Olive

📋 copy color: '#76890F'

red 118 ◦ green 137 ◦ blue 15

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

Shades of Olive #76890F

Tints of Olive #76890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

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

R = 43.7%
G = 50.74%
B = 5.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#76890F (or 0x76890F) is known color: Olive. HEX triplet: 76, 89 and 0F. RGB value is (118,137,15). Sum of RGB (Red+Green+Blue) = 118+137+15=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #76890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76890F is #8976F0. Grayscale: #757575. Windows color (decimal): -9008881 or 1018230. OLE color: 1018230.

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

Color convert

RGB 118 137 15 -
CMYK 0.14 0 0.89 0.46
HSL 69.34º 0.8% 0.3% -
HSV(B) 69.34º 0.89% 0.54% -
XYZ 16.5 21.78 3.79 -
YUV 117.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 118 137 15 0.14 0 0.89 0.46 69.34 0.8 0.3
Hex 76 89 F E 0 59 2E 45 50 1E
Octal 166 211 17 16 0 131 56 105 120 36
Binary 1110110 10001001 1111 1110 0 1011001 101110 1000101 1010000 11110

Color Harmonies of #76890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76890F

Black with #76890F

Text Example


Text Example

White with #76890F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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