Html Css Color HEX #709330 Olive Drab

📋 copy color: '#709330'

red 112 ◦ green 147 ◦ blue 48

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

Shades of Olive Drab #709330

Tints of Olive Drab #709330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

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

R = 36.48%
G = 47.88%
B = 15.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#709330 (or 0x709330) is known color: Olive Drab. HEX triplet: 70, 93 and 30. RGB value is (112,147,48). Sum of RGB (Red+Green+Blue) = 112+147+48=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #709330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709330 is #8F6CCF. Grayscale: #7D7D7D. Windows color (decimal): -9399504 or 3183472. OLE color: 3183472.

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

Color convert

RGB 112 147 48 -
CMYK 0.24 0 0.67 0.42
HSL 81.21º 0.51% 0.38% -
HSV(B) 81.21º 0.67% 0.58% -
XYZ 17.65 24.53 6.6 -
YUV 125.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 112 147 48 0.24 0 0.67 0.42 81.21 0.51 0.38
Hex 70 93 30 18 0 43 2A 51 33 26
Octal 160 223 60 30 0 103 52 121 63 46
Binary 1110000 10010011 110000 11000 0 1000011 101010 1010001 110011 100110

Color Harmonies of #709330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709330

Black with #709330

Text Example


Text Example

White with #709330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709330; }

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

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

background-color css

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

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

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

border-color css

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

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

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