Html Css Color HEX #709328 Olive Drab

📋 copy color: '#709328'

red 112 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #709328

Tints of Olive Drab #709328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 37.46%
G = 49.16%
B = 13.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#709328 (or 0x709328) is known color: Olive Drab. HEX triplet: 70, 93 and 28. RGB value is (112,147,40). Sum of RGB (Red+Green+Blue) = 112+147+40=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #709328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709328 is #8F6CD7. Grayscale: #7C7C7C. Windows color (decimal): -9399512 or 2659184. OLE color: 2659184.

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

Color convert

RGB 112 147 40 -
CMYK 0.24 0 0.73 0.42
HSL 79.63º 0.57% 0.37% -
HSV(B) 79.63º 0.73% 0.58% -
XYZ 17.5 24.47 5.81 -
YUV 124.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 112 147 40 0.24 0 0.73 0.42 79.63 0.57 0.37
Hex 70 93 28 18 0 49 2A 50 39 25
Octal 160 223 50 30 0 111 52 120 71 45
Binary 1110000 10010011 101000 11000 0 1001001 101010 1010000 111001 100101

Color Harmonies of #709328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709328

Black with #709328

Text Example


Text Example

White with #709328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709328; }

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

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

background-color css

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

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

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

border-color css

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

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

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