Html Css Color HEX #708433 Olive Drab

📋 copy color: '#708433'

red 112 ◦ green 132 ◦ blue 51

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

Shades of Olive Drab #708433

Tints of Olive Drab #708433

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 37.97%
G = 44.75%
B = 17.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#708433 (or 0x708433) is known color: Olive Drab. HEX triplet: 70, 84 and 33. RGB value is (112,132,51). Sum of RGB (Red+Green+Blue) = 112+132+51=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #708433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708433 is #8F7BCC. Grayscale: #757575. Windows color (decimal): -9403341 or 3376240. OLE color: 3376240.

HSL color Cylindrical-coordinate representation of color #708433: hue angle of 74.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708433 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 51 -
CMYK 0.15 0 0.61 0.48
HSL 74.81º 0.44% 0.36% -
HSV(B) 74.81º 0.61% 0.52% -
XYZ 15.53 20.19 6.21 -
YUV 116.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 112 132 51 0.15 0 0.61 0.48 74.81 0.44 0.36
Hex 70 84 33 F 0 3D 30 4B 2C 24
Octal 160 204 63 17 0 75 60 113 54 44
Binary 1110000 10000100 110011 1111 0 111101 110000 1001011 101100 100100

Color Harmonies of #708433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708433

Black with #708433

Text Example


Text Example

White with #708433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708433; }

 p { color: rgb(112,132,51); }

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

background-color css

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

 a { background-color: rgb(112,132,51); }

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

border-color css

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

 span { border-color: rgb(112,132,51); }

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