Html Css Color HEX #70760C Olive

📋 copy color: '#70760C'

red 112 ◦ green 118 ◦ blue 12

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

Shades of Olive #70760C

Tints of Olive #70760C

RGB

 RED value IS 112 (44.14% from 255) = 46.28%

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

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 46.28%
G = 48.76%
B = 4.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#70760C (or 0x70760C) is known color: Olive. HEX triplet: 70, 76 and 0C. RGB value is (112,118,12). Sum of RGB (Red+Green+Blue) = 112+118+12=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #70760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70760C is #8F89F3. Grayscale: #686868. Windows color (decimal): -9406964 or 816752. OLE color: 816752.

HSL color Cylindrical-coordinate representation of color #70760C: hue angle of 63.4º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70760C is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 12 -
CMYK 0.05 0 0.90 0.54
HSL 63.4º 0.82% 0.25% -
HSV(B) 63.4º 0.9% 0.46% -
XYZ 13.23 16.43 2.82 -
YUV 104.12 76.01 133.62 -
System Red Green Blue C M Y K H S L
Decimal 112 118 12 0.05 0 0.90 0.54 63.4 0.82 0.25
Hex 70 76 C 5 0 5A 36 3F 52 19
Octal 160 166 14 5 0 132 66 77 122 31
Binary 1110000 1110110 1100 101 0 1011010 110110 111111 1010010 11001

Color Harmonies of #70760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70760C

Black with #70760C

Text Example


Text Example

White with #70760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70760C; }

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

 H1.HeaderClassName
 {
   color: #70760C;
 }
 .AnyTagClassName
 {
   color: #70760C;
 }
</style>

background-color css

<style>
 a { background-color: #70760C; }

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

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

border-color css

<style>
 span { border-color: #70760C; }

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

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