Html Css Color HEX #708A2B Olive Drab

📋 copy color: '#708A2B'

red 112 ◦ green 138 ◦ blue 43

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

Shades of Olive Drab #708A2B

Tints of Olive Drab #708A2B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.1%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 38.23%
G = 47.1%
B = 14.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#708A2B (or 0x708A2B) is known color: Olive Drab. HEX triplet: 70, 8A and 2B. RGB value is (112,138,43). Sum of RGB (Red+Green+Blue) = 112+138+43=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #708A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A2B is #8F75D4. Grayscale: #777777. Windows color (decimal): -9401813 or 2853488. OLE color: 2853488.

HSL color Cylindrical-coordinate representation of color #708A2B: hue angle of 76.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708A2B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 138 43 -
CMYK 0.19 0 0.69 0.46
HSL 76.42º 0.52% 0.35% -
HSV(B) 76.42º 0.69% 0.54% -
XYZ 16.21 21.8 5.64 -
YUV 119.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 112 138 43 0.19 0 0.69 0.46 76.42 0.52 0.35
Hex 70 8A 2B 13 0 45 2E 4C 34 23
Octal 160 212 53 23 0 105 56 114 64 43
Binary 1110000 10001010 101011 10011 0 1000101 101110 1001100 110100 100011

Color Harmonies of #708A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A2B

Black with #708A2B

Text Example


Text Example

White with #708A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708A2B; }

 p { color: rgb(112,138,43); }

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

background-color css

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

 a { background-color: rgb(112,138,43); }

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

border-color css

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

 span { border-color: rgb(112,138,43); }

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