Html Css Color HEX #709305 Olive Drab

📋 copy color: '#709305'

red 112 ◦ green 147 ◦ blue 5

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

Shades of Olive Drab #709305

Tints of Olive Drab #709305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 42.42%
G = 55.68%
B = 1.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#709305 (or 0x709305) is known color: Olive Drab. HEX triplet: 70, 93 and 05. RGB value is (112,147,5). Sum of RGB (Red+Green+Blue) = 112+147+5=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #709305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709305 is #8F6CFA. Grayscale: #787878. Windows color (decimal): -9399547 or 365424. OLE color: 365424.

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

Color convert

RGB 112 147 5 -
CMYK 0.24 0 0.97 0.42
HSL 74.79º 0.93% 0.3% -
HSV(B) 74.79º 0.97% 0.58% -
XYZ 17.14 24.32 3.93 -
YUV 120.35 62.9 122.05 -
System Red Green Blue C M Y K H S L
Decimal 112 147 5 0.24 0 0.97 0.42 74.79 0.93 0.3
Hex 70 93 5 18 0 61 2A 4B 5D 1E
Octal 160 223 5 30 0 141 52 113 135 36
Binary 1110000 10010011 101 11000 0 1100001 101010 1001011 1011101 11110

Color Harmonies of #709305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709305

Black with #709305

Text Example


Text Example

White with #709305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709305; }

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

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

background-color css

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

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

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

border-color css

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

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

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