Html Css Color HEX #709828 Olive Drab

📋 copy color: '#709828'

red 112 ◦ green 152 ◦ blue 40

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

Shades of Olive Drab #709828

Tints of Olive Drab #709828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50%

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

R = 36.84%
G = 50%
B = 13.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#709828 (or 0x709828) is known color: Olive Drab. HEX triplet: 70, 98 and 28. RGB value is (112,152,40). Sum of RGB (Red+Green+Blue) = 112+152+40=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #709828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709828 is #8F67D7. Grayscale: #7F7F7F. Windows color (decimal): -9398232 or 2660464. OLE color: 2660464.

HSL color Cylindrical-coordinate representation of color #709828: hue angle of 81.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #709828 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 40 -
CMYK 0.26 0 0.74 0.40
HSL 81.43º 0.58% 0.38% -
HSV(B) 81.43º 0.74% 0.6% -
XYZ 18.29 26.05 6.07 -
YUV 127.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 112 152 40 0.26 0 0.74 0.40 81.43 0.58 0.38
Hex 70 98 28 1A 0 4A 28 51 3A 26
Octal 160 230 50 32 0 112 50 121 72 46
Binary 1110000 10011000 101000 11010 0 1001010 101000 1010001 111010 100110

Color Harmonies of #709828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709828

Black with #709828

Text Example


Text Example

White with #709828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709828; }

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

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

background-color css

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

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

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

border-color css

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

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

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