Html Css Color HEX #709228 Olive Drab

📋 copy color: '#709228'

red 112 ◦ green 146 ◦ blue 40

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

Shades of Olive Drab #709228

Tints of Olive Drab #709228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.99%

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

R = 37.58%
G = 48.99%
B = 13.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#709228 (or 0x709228) is known color: Olive Drab. HEX triplet: 70, 92 and 28. RGB value is (112,146,40). Sum of RGB (Red+Green+Blue) = 112+146+40=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #709228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709228 is #8F6DD7. Grayscale: #7C7C7C. Windows color (decimal): -9399768 or 2658928. OLE color: 2658928.

HSL color Cylindrical-coordinate representation of color #709228: hue angle of 79.25º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #709228 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 40 -
CMYK 0.23 0 0.73 0.43
HSL 79.25º 0.57% 0.36% -
HSV(B) 79.25º 0.73% 0.57% -
XYZ 17.34 24.16 5.76 -
YUV 123.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 112 146 40 0.23 0 0.73 0.43 79.25 0.57 0.36
Hex 70 92 28 17 0 49 2B 4F 39 24
Octal 160 222 50 27 0 111 53 117 71 44
Binary 1110000 10010010 101000 10111 0 1001001 101011 1001111 111001 100100

Color Harmonies of #709228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709228

Black with #709228

Text Example


Text Example

White with #709228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709228; }

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

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

background-color css

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

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

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

border-color css

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

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

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