Html Css Color HEX #709628 Olive Drab

📋 copy color: '#709628'

red 112 ◦ green 150 ◦ blue 40

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

Shades of Olive Drab #709628

Tints of Olive Drab #709628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

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

R = 37.09%
G = 49.67%
B = 13.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#709628 (or 0x709628) is known color: Olive Drab. HEX triplet: 70, 96 and 28. RGB value is (112,150,40). Sum of RGB (Red+Green+Blue) = 112+150+40=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #709628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709628 is #8F69D7. Grayscale: #7E7E7E. Windows color (decimal): -9398744 or 2659952. OLE color: 2659952.

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

Color convert

RGB 112 150 40 -
CMYK 0.25 0 0.73 0.41
HSL 80.73º 0.58% 0.37% -
HSV(B) 80.73º 0.73% 0.59% -
XYZ 17.97 25.41 5.97 -
YUV 126.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 112 150 40 0.25 0 0.73 0.41 80.73 0.58 0.37
Hex 70 96 28 19 0 49 29 51 3A 25
Octal 160 226 50 31 0 111 51 121 72 45
Binary 1110000 10010110 101000 11001 0 1001001 101001 1010001 111010 100101

Color Harmonies of #709628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709628

Black with #709628

Text Example


Text Example

White with #709628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709628; }

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

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

background-color css

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

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

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

border-color css

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

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

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