Html Css Color HEX #70951A Olive Drab

📋 copy color: '#70951A'

red 112 ◦ green 149 ◦ blue 26

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

Shades of Olive Drab #70951A

Tints of Olive Drab #70951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 39.02%
G = 51.92%
B = 9.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#70951A (or 0x70951A) is known color: Olive Drab. HEX triplet: 70, 95 and 1A. RGB value is (112,149,26). Sum of RGB (Red+Green+Blue) = 112+149+26=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #70951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70951A is #8F6AE5. Grayscale: #7C7C7C. Windows color (decimal): -9399014 or 1742192. OLE color: 1742192.

HSL color Cylindrical-coordinate representation of color #70951A: hue angle of 78.05º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70951A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 26 -
CMYK 0.25 0 0.83 0.42
HSL 78.05º 0.7% 0.34% -
HSV(B) 78.05º 0.83% 0.58% -
XYZ 17.62 25.01 4.88 -
YUV 123.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 112 149 26 0.25 0 0.83 0.42 78.05 0.7 0.34
Hex 70 95 1A 19 0 53 2A 4E 46 22
Octal 160 225 32 31 0 123 52 116 106 42
Binary 1110000 10010101 11010 11001 0 1010011 101010 1001110 1000110 100010

Color Harmonies of #70951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70951A

Black with #70951A

Text Example


Text Example

White with #70951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70951A; }

 p { color: rgb(112,149,26); }

 H1.HeaderClassName
 {
   color: #70951A;
 }
 .AnyTagClassName
 {
   color: #70951A;
 }
</style>

background-color css

<style>
 a { background-color: #70951A; }

 a { background-color: rgb(112,149,26); }

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

border-color css

<style>
 span { border-color: #70951A; }

 span { border-color: rgb(112,149,26); }

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