Html Css Color HEX #70883D Olive Drab

📋 copy color: '#70883D'

red 112 ◦ green 136 ◦ blue 61

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

Shades of Olive Drab #70883D

Tints of Olive Drab #70883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 36.25%
G = 44.01%
B = 19.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#70883D (or 0x70883D) is known color: Olive Drab. HEX triplet: 70, 88 and 3D. RGB value is (112,136,61). Sum of RGB (Red+Green+Blue) = 112+136+61=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #70883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70883D is #8F77C2. Grayscale: #787878. Windows color (decimal): -9402307 or 4032624. OLE color: 4032624.

HSL color Cylindrical-coordinate representation of color #70883D: hue angle of 79.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70883D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 61 -
CMYK 0.18 0 0.55 0.47
HSL 79.2º 0.38% 0.39% -
HSV(B) 79.2º 0.55% 0.53% -
XYZ 16.33 21.39 7.68 -
YUV 120.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 112 136 61 0.18 0 0.55 0.47 79.2 0.38 0.39
Hex 70 88 3D 12 0 37 2F 4F 26 27
Octal 160 210 75 22 0 67 57 117 46 47
Binary 1110000 10001000 111101 10010 0 110111 101111 1001111 100110 100111

Color Harmonies of #70883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70883D

Black with #70883D

Text Example


Text Example

White with #70883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,136,61); }

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

background-color css

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

 a { background-color: rgb(112,136,61); }

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

border-color css

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

 span { border-color: rgb(112,136,61); }

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