Html Css Color HEX #70982C Olive Drab

📋 copy color: '#70982C'

red 112 ◦ green 152 ◦ blue 44

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

Shades of Olive Drab #70982C

Tints of Olive Drab #70982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.35%

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 36.36%
G = 49.35%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#70982C (or 0x70982C) is known color: Olive Drab. HEX triplet: 70, 98 and 2C. RGB value is (112,152,44). Sum of RGB (Red+Green+Blue) = 112+152+44=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #70982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70982C is #8F67D3. Grayscale: #808080. Windows color (decimal): -9398228 or 2922608. OLE color: 2922608.

HSL color Cylindrical-coordinate representation of color #70982C: hue angle of 82.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70982C is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 44 -
CMYK 0.26 0 0.71 0.40
HSL 82.22º 0.55% 0.38% -
HSV(B) 82.22º 0.71% 0.6% -
XYZ 18.36 26.08 6.45 -
YUV 127.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 112 152 44 0.26 0 0.71 0.40 82.22 0.55 0.38
Hex 70 98 2C 1A 0 47 28 52 37 26
Octal 160 230 54 32 0 107 50 122 67 46
Binary 1110000 10011000 101100 11010 0 1000111 101000 1010010 110111 100110

Color Harmonies of #70982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70982C

Black with #70982C

Text Example


Text Example

White with #70982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,152,44); }

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

background-color css

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

 a { background-color: rgb(112,152,44); }

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

border-color css

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

 span { border-color: rgb(112,152,44); }

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