Html Css Color HEX #708522 Olive Drab

📋 copy color: '#708522'

red 112 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #708522

Tints of Olive Drab #708522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 40.14%
G = 47.67%
B = 12.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#708522 (or 0x708522) is known color: Olive Drab. HEX triplet: 70, 85 and 22. RGB value is (112,133,34). Sum of RGB (Red+Green+Blue) = 112+133+34=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #708522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708522 is #8F7ADD. Grayscale: #737373. Windows color (decimal): -9403102 or 2262384. OLE color: 2262384.

HSL color Cylindrical-coordinate representation of color #708522: hue angle of 72.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #708522 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 34 -
CMYK 0.16 0 0.74 0.48
HSL 72.73º 0.59% 0.33% -
HSV(B) 72.73º 0.74% 0.52% -
XYZ 15.36 20.34 4.63 -
YUV 115.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 112 133 34 0.16 0 0.74 0.48 72.73 0.59 0.33
Hex 70 85 22 10 0 4A 30 49 3B 21
Octal 160 205 42 20 0 112 60 111 73 41
Binary 1110000 10000101 100010 10000 0 1001010 110000 1001001 111011 100001

Color Harmonies of #708522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708522

Black with #708522

Text Example


Text Example

White with #708522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708522; }

 p { color: rgb(112,133,34); }

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

background-color css

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

 a { background-color: rgb(112,133,34); }

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

border-color css

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

 span { border-color: rgb(112,133,34); }

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