Html Css Color HEX #708C1C Olive Drab

📋 copy color: '#708C1C'

red 112 ◦ green 140 ◦ blue 28

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

Shades of Olive Drab #708C1C

Tints of Olive Drab #708C1C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#708C1C (or 0x708C1C) is known color: Olive Drab. HEX triplet: 70, 8C and 1C. RGB value is (112,140,28). Sum of RGB (Red+Green+Blue) = 112+140+28=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #708C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C1C is #8F73E3. Grayscale: #777777. Windows color (decimal): -9401316 or 1870960. OLE color: 1870960.

HSL color Cylindrical-coordinate representation of color #708C1C: hue angle of 75º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #708C1C is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 28 -
CMYK 0.20 0 0.80 0.45
HSL 75º 0.67% 0.33% -
HSV(B) 75º 0.8% 0.55% -
XYZ 16.27 22.28 4.54 -
YUV 118.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 112 140 28 0.20 0 0.80 0.45 75 0.67 0.33
Hex 70 8C 1C 14 0 50 2D 4B 43 21
Octal 160 214 34 24 0 120 55 113 103 41
Binary 1110000 10001100 11100 10100 0 1010000 101101 1001011 1000011 100001

Color Harmonies of #708C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C1C

Black with #708C1C

Text Example


Text Example

White with #708C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,28); }

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

background-color css

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

 a { background-color: rgb(112,140,28); }

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

border-color css

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

 span { border-color: rgb(112,140,28); }

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