Html Css Color HEX #709821 Olive Drab

📋 copy color: '#709821'

red 112 ◦ green 152 ◦ blue 33

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

Shades of Olive Drab #709821

Tints of Olive Drab #709821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 37.71%
G = 51.18%
B = 11.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#709821 (or 0x709821) is known color: Olive Drab. HEX triplet: 70, 98 and 21. RGB value is (112,152,33). Sum of RGB (Red+Green+Blue) = 112+152+33=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #709821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709821 is #8F67DE. Grayscale: #7E7E7E. Windows color (decimal): -9398239 or 2201712. OLE color: 2201712.

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

Color convert

RGB 112 152 33 -
CMYK 0.26 0 0.78 0.40
HSL 80.17º 0.64% 0.36% -
HSV(B) 80.17º 0.78% 0.6% -
XYZ 18.18 26.01 5.5 -
YUV 126.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 112 152 33 0.26 0 0.78 0.40 80.17 0.64 0.36
Hex 70 98 21 1A 0 4E 28 50 40 24
Octal 160 230 41 32 0 116 50 120 100 44
Binary 1110000 10011000 100001 11010 0 1001110 101000 1010000 1000000 100100

Color Harmonies of #709821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709821

Black with #709821

Text Example


Text Example

White with #709821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709821; }

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

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

background-color css

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

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

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

border-color css

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

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

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