Html Css Color HEX #708530 Olive Drab

📋 copy color: '#708530'

red 112 ◦ green 133 ◦ blue 48

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

Shades of Olive Drab #708530

Tints of Olive Drab #708530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 38.23%
G = 45.39%
B = 16.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#708530 (or 0x708530) is known color: Olive Drab. HEX triplet: 70, 85 and 30. RGB value is (112,133,48). Sum of RGB (Red+Green+Blue) = 112+133+48=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #708530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708530 is #8F7ACF. Grayscale: #757575. Windows color (decimal): -9403088 or 3179888. OLE color: 3179888.

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

Color convert

RGB 112 133 48 -
CMYK 0.16 0 0.64 0.48
HSL 74.82º 0.47% 0.35% -
HSV(B) 74.82º 0.64% 0.52% -
XYZ 15.6 20.43 5.92 -
YUV 117.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 112 133 48 0.16 0 0.64 0.48 74.82 0.47 0.35
Hex 70 85 30 10 0 40 30 4B 2F 23
Octal 160 205 60 20 0 100 60 113 57 43
Binary 1110000 10000101 110000 10000 0 1000000 110000 1001011 101111 100011

Color Harmonies of #708530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708530

Black with #708530

Text Example


Text Example

White with #708530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708530; }

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

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

background-color css

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

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

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

border-color css

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

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

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