Html Css Color HEX #709526 Olive Drab

📋 copy color: '#709526'

red 112 ◦ green 149 ◦ blue 38

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

Shades of Olive Drab #709526

Tints of Olive Drab #709526

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 37.46%
G = 49.83%
B = 12.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#709526 (or 0x709526) is known color: Olive Drab. HEX triplet: 70, 95 and 26. RGB value is (112,149,38). Sum of RGB (Red+Green+Blue) = 112+149+38=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #709526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709526 is #8F6AD9. Grayscale: #7D7D7D. Windows color (decimal): -9399002 or 2528624. OLE color: 2528624.

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

Color convert

RGB 112 149 38 -
CMYK 0.25 0 0.74 0.42
HSL 80º 0.59% 0.37% -
HSV(B) 80º 0.74% 0.58% -
XYZ 17.78 25.08 5.74 -
YUV 125.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 112 149 38 0.25 0 0.74 0.42 80 0.59 0.37
Hex 70 95 26 19 0 4A 2A 50 3B 25
Octal 160 225 46 31 0 112 52 120 73 45
Binary 1110000 10010101 100110 11001 0 1001010 101010 1010000 111011 100101

Color Harmonies of #709526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709526

Black with #709526

Text Example


Text Example

White with #709526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709526; }

 p { color: rgb(112,149,38); }

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

background-color css

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

 a { background-color: rgb(112,149,38); }

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

border-color css

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

 span { border-color: rgb(112,149,38); }

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