Html Css Color HEX #709825 Olive Drab

📋 copy color: '#709825'

red 112 ◦ green 152 ◦ blue 37

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

Shades of Olive Drab #709825

Tints of Olive Drab #709825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 37.21%
G = 50.5%
B = 12.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#709825 (or 0x709825) is known color: Olive Drab. HEX triplet: 70, 98 and 25. RGB value is (112,152,37). Sum of RGB (Red+Green+Blue) = 112+152+37=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #709825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709825 is #8F67DA. Grayscale: #7F7F7F. Windows color (decimal): -9398235 or 2463856. OLE color: 2463856.

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

Color convert

RGB 112 152 37 -
CMYK 0.26 0 0.76 0.40
HSL 80.87º 0.61% 0.37% -
HSV(B) 80.87º 0.76% 0.6% -
XYZ 18.24 26.03 5.81 -
YUV 126.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 112 152 37 0.26 0 0.76 0.40 80.87 0.61 0.37
Hex 70 98 25 1A 0 4C 28 51 3D 25
Octal 160 230 45 32 0 114 50 121 75 45
Binary 1110000 10011000 100101 11010 0 1001100 101000 1010001 111101 100101

Color Harmonies of #709825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709825

Black with #709825

Text Example


Text Example

White with #709825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709825; }

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

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

background-color css

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

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

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

border-color css

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

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

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