Html Css Color HEX #708526 Olive Drab

📋 copy color: '#708526'

red 112 ◦ green 133 ◦ blue 38

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

Shades of Olive Drab #708526

Tints of Olive Drab #708526

RGB

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

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

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

R = 39.58%
G = 47%
B = 13.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#708526 (or 0x708526) is known color: Olive Drab. HEX triplet: 70, 85 and 26. RGB value is (112,133,38). Sum of RGB (Red+Green+Blue) = 112+133+38=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #708526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708526 is #8F7AD9. Grayscale: #747474. Windows color (decimal): -9403098 or 2524528. OLE color: 2524528.

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

Color convert

RGB 112 133 38 -
CMYK 0.16 0 0.71 0.48
HSL 73.26º 0.56% 0.34% -
HSV(B) 73.26º 0.71% 0.52% -
XYZ 15.42 20.36 4.95 -
YUV 115.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 112 133 38 0.16 0 0.71 0.48 73.26 0.56 0.34
Hex 70 85 26 10 0 47 30 49 38 22
Octal 160 205 46 20 0 107 60 111 70 42
Binary 1110000 10000101 100110 10000 0 1000111 110000 1001001 111000 100010

Color Harmonies of #708526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708526

Black with #708526

Text Example


Text Example

White with #708526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708526; }

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

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

background-color css

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

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

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

border-color css

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

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

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