Html Css Color HEX #709030 Olive Drab

📋 copy color: '#709030'

red 112 ◦ green 144 ◦ blue 48

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

Shades of Olive Drab #709030

Tints of Olive Drab #709030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.37%

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

R = 36.84%
G = 47.37%
B = 15.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#709030 (or 0x709030) is known color: Olive Drab. HEX triplet: 70, 90 and 30. RGB value is (112,144,48). Sum of RGB (Red+Green+Blue) = 112+144+48=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #709030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709030 is #8F6FCF. Grayscale: #7B7B7B. Windows color (decimal): -9400272 or 3182704. OLE color: 3182704.

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

Color convert

RGB 112 144 48 -
CMYK 0.22 0 0.67 0.44
HSL 80º 0.5% 0.38% -
HSV(B) 80º 0.67% 0.56% -
XYZ 17.19 23.6 6.45 -
YUV 123.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 112 144 48 0.22 0 0.67 0.44 80 0.5 0.38
Hex 70 90 30 16 0 43 2C 50 32 26
Octal 160 220 60 26 0 103 54 120 62 46
Binary 1110000 10010000 110000 10110 0 1000011 101100 1010000 110010 100110

Color Harmonies of #709030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709030

Black with #709030

Text Example


Text Example

White with #709030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709030; }

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

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

background-color css

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

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

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

border-color css

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

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

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