Html Css Color HEX #709613 Olive Drab

📋 copy color: '#709613'

red 112 ◦ green 150 ◦ blue 19

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

Shades of Olive Drab #709613

Tints of Olive Drab #709613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 39.86%
G = 53.38%
B = 6.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#709613 (or 0x709613) is known color: Olive Drab. HEX triplet: 70, 96 and 13. RGB value is (112,150,19). Sum of RGB (Red+Green+Blue) = 112+150+19=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #709613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709613 is #8F69EC. Grayscale: #7C7C7C. Windows color (decimal): -9398765 or 1283696. OLE color: 1283696.

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

Color convert

RGB 112 150 19 -
CMYK 0.25 0 0.87 0.41
HSL 77.4º 0.78% 0.33% -
HSV(B) 77.4º 0.87% 0.59% -
XYZ 17.71 25.3 4.57 -
YUV 123.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 112 150 19 0.25 0 0.87 0.41 77.4 0.78 0.33
Hex 70 96 13 19 0 57 29 4D 4E 21
Octal 160 226 23 31 0 127 51 115 116 41
Binary 1110000 10010110 10011 11001 0 1010111 101001 1001101 1001110 100001

Color Harmonies of #709613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709613

Black with #709613

Text Example


Text Example

White with #709613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709613; }

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

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

background-color css

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

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

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

border-color css

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

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

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