Html Css Color HEX #709234 Olive Drab

📋 copy color: '#709234'

red 112 ◦ green 146 ◦ blue 52

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

Shades of Olive Drab #709234

Tints of Olive Drab #709234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 36.13%
G = 47.1%
B = 16.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#709234 (or 0x709234) is known color: Olive Drab. HEX triplet: 70, 92 and 34. RGB value is (112,146,52). Sum of RGB (Red+Green+Blue) = 112+146+52=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #709234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709234 is #8F6DCB. Grayscale: #7D7D7D. Windows color (decimal): -9399756 or 3445360. OLE color: 3445360.

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

Color convert

RGB 112 146 52 -
CMYK 0.23 0 0.64 0.43
HSL 81.7º 0.47% 0.39% -
HSV(B) 81.7º 0.64% 0.57% -
XYZ 17.58 24.25 7 -
YUV 125.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 112 146 52 0.23 0 0.64 0.43 81.7 0.47 0.39
Hex 70 92 34 17 0 40 2B 52 2F 27
Octal 160 222 64 27 0 100 53 122 57 47
Binary 1110000 10010010 110100 10111 0 1000000 101011 1010010 101111 100111

Color Harmonies of #709234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709234

Black with #709234

Text Example


Text Example

White with #709234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709234; }

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

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

background-color css

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

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

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

border-color css

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

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

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