Html Css Color HEX #709223 Olive Drab

📋 copy color: '#709223'

red 112 ◦ green 146 ◦ blue 35

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

Shades of Olive Drab #709223

Tints of Olive Drab #709223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.83%

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 38.23%
G = 49.83%
B = 11.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#709223 (or 0x709223) is known color: Olive Drab. HEX triplet: 70, 92 and 23. RGB value is (112,146,35). Sum of RGB (Red+Green+Blue) = 112+146+35=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #709223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709223 is #8F6DDC. Grayscale: #7B7B7B. Windows color (decimal): -9399773 or 2331248. OLE color: 2331248.

HSL color Cylindrical-coordinate representation of color #709223: hue angle of 78.38º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #709223 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 35 -
CMYK 0.23 0 0.76 0.43
HSL 78.38º 0.61% 0.35% -
HSV(B) 78.38º 0.76% 0.57% -
XYZ 17.26 24.12 5.34 -
YUV 123.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 112 146 35 0.23 0 0.76 0.43 78.38 0.61 0.35
Hex 70 92 23 17 0 4C 2B 4E 3D 23
Octal 160 222 43 27 0 114 53 116 75 43
Binary 1110000 10010010 100011 10111 0 1001100 101011 1001110 111101 100011

Color Harmonies of #709223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709223

Black with #709223

Text Example


Text Example

White with #709223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709223; }

 p { color: rgb(112,146,35); }

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

background-color css

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

 a { background-color: rgb(112,146,35); }

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

border-color css

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

 span { border-color: rgb(112,146,35); }

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