Html Css Color HEX #76700F Olive

📋 copy color: '#76700F'

red 118 ◦ green 112 ◦ blue 15

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

Shades of Olive #76700F

Tints of Olive #76700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 48.16%
G = 45.71%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76700F (or 0x76700F) is known color: Olive. HEX triplet: 76, 70 and 0F. RGB value is (118,112,15). Sum of RGB (Red+Green+Blue) = 118+112+15=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700F is #898FF0. Grayscale: #676767. Windows color (decimal): -9015281 or 1011830. OLE color: 1011830.

HSL color Cylindrical-coordinate representation of color #76700F: hue angle of 56.5º 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 #76700F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 15 -
CMYK 0 0.05 0.87 0.54
HSL 56.5º 0.77% 0.26% -
HSV(B) 56.5º 0.87% 0.46% -
XYZ 13.35 15.47 2.74 -
YUV 102.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 118 112 15 0 0.05 0.87 0.54 56.5 0.77 0.26
Hex 76 70 F 0 5 57 36 39 4D 1A
Octal 166 160 17 0 5 127 66 71 115 32
Binary 1110110 1110000 1111 0 101 1010111 110110 111001 1001101 11010

Color Harmonies of #76700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76700F

Black with #76700F

Text Example


Text Example

White with #76700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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