Html Css Color HEX #70770D Olive

📋 copy color: '#70770D'

red 112 ◦ green 119 ◦ blue 13

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

Shades of Olive #70770D

Tints of Olive #70770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.77%

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 45.9%
G = 48.77%
B = 5.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#70770D (or 0x70770D) is known color: Olive. HEX triplet: 70, 77 and 0D. RGB value is (112,119,13). Sum of RGB (Red+Green+Blue) = 112+119+13=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #70770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70770D is #8F88F2. Grayscale: #696969. Windows color (decimal): -9406707 or 882544. OLE color: 882544.

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

Color convert

RGB 112 119 13 -
CMYK 0.06 0 0.89 0.53
HSL 63.96º 0.8% 0.26% -
HSV(B) 63.96º 0.89% 0.47% -
XYZ 13.35 16.67 2.89 -
YUV 104.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 112 119 13 0.06 0 0.89 0.53 63.96 0.8 0.26
Hex 70 77 D 6 0 59 35 40 50 1A
Octal 160 167 15 6 0 131 65 100 120 32
Binary 1110000 1110111 1101 110 0 1011001 110101 1000000 1010000 11010

Color Harmonies of #70770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70770D

Black with #70770D

Text Example


Text Example

White with #70770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70770D; }

 p { color: rgb(112,119,13); }

 H1.HeaderClassName
 {
   color: #70770D;
 }
 .AnyTagClassName
 {
   color: #70770D;
 }
</style>

background-color css

<style>
 a { background-color: #70770D; }

 a { background-color: rgb(112,119,13); }

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

border-color css

<style>
 span { border-color: #70770D; }

 span { border-color: rgb(112,119,13); }

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