Html Css Color HEX #709130 Olive Drab

📋 copy color: '#709130'

red 112 ◦ green 145 ◦ blue 48

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

Shades of Olive Drab #709130

Tints of Olive Drab #709130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 36.72%
G = 47.54%
B = 15.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#709130 (or 0x709130) is known color: Olive Drab. HEX triplet: 70, 91 and 30. RGB value is (112,145,48). Sum of RGB (Red+Green+Blue) = 112+145+48=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #709130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709130 is #8F6ECF. Grayscale: #7C7C7C. Windows color (decimal): -9400016 or 3182960. OLE color: 3182960.

HSL color Cylindrical-coordinate representation of color #709130: hue angle of 80.41º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709130 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 48 -
CMYK 0.23 0 0.67 0.43
HSL 80.41º 0.5% 0.38% -
HSV(B) 80.41º 0.67% 0.57% -
XYZ 17.34 23.91 6.5 -
YUV 124.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 112 145 48 0.23 0 0.67 0.43 80.41 0.5 0.38
Hex 70 91 30 17 0 43 2B 50 32 26
Octal 160 221 60 27 0 103 53 120 62 46
Binary 1110000 10010001 110000 10111 0 1000011 101011 1010000 110010 100110

Color Harmonies of #709130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709130

Black with #709130

Text Example


Text Example

White with #709130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709130; }

 p { color: rgb(112,145,48); }

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

background-color css

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

 a { background-color: rgb(112,145,48); }

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

border-color css

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

 span { border-color: rgb(112,145,48); }

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