Html Css Color HEX #709530 Olive Drab

📋 copy color: '#709530'

red 112 ◦ green 149 ◦ blue 48

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

Shades of Olive Drab #709530

Tints of Olive Drab #709530

RGB

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

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

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

R = 36.25%
G = 48.22%
B = 15.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#709530 (or 0x709530) is known color: Olive Drab. HEX triplet: 70, 95 and 30. RGB value is (112,149,48). Sum of RGB (Red+Green+Blue) = 112+149+48=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #709530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709530 is #8F6ACF. Grayscale: #7E7E7E. Windows color (decimal): -9398992 or 3183984. OLE color: 3183984.

HSL color Cylindrical-coordinate representation of color #709530: hue angle of 81.98º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #709530 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 48 -
CMYK 0.25 0 0.68 0.42
HSL 81.98º 0.51% 0.39% -
HSV(B) 81.98º 0.68% 0.58% -
XYZ 17.96 25.15 6.7 -
YUV 126.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 112 149 48 0.25 0 0.68 0.42 81.98 0.51 0.39
Hex 70 95 30 19 0 44 2A 52 33 27
Octal 160 225 60 31 0 104 52 122 63 47
Binary 1110000 10010101 110000 11001 0 1000100 101010 1010010 110011 100111

Color Harmonies of #709530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709530

Black with #709530

Text Example


Text Example

White with #709530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709530; }

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

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

background-color css

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

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

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

border-color css

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

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

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