Html Css Color HEX #708C26 Olive Drab

📋 copy color: '#708C26'

red 112 ◦ green 140 ◦ blue 38

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

Shades of Olive Drab #708C26

Tints of Olive Drab #708C26

RGB

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

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

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

R = 38.62%
G = 48.28%
B = 13.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#708C26 (or 0x708C26) is known color: Olive Drab. HEX triplet: 70, 8C and 26. RGB value is (112,140,38). Sum of RGB (Red+Green+Blue) = 112+140+38=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #708C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C26 is #8F73D9. Grayscale: #787878. Windows color (decimal): -9401306 or 2526320. OLE color: 2526320.

HSL color Cylindrical-coordinate representation of color #708C26: hue angle of 76.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #708C26 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 38 -
CMYK 0.20 0 0.73 0.45
HSL 76.47º 0.57% 0.35% -
HSV(B) 76.47º 0.73% 0.55% -
XYZ 16.41 22.34 5.28 -
YUV 120 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 112 140 38 0.20 0 0.73 0.45 76.47 0.57 0.35
Hex 70 8C 26 14 0 49 2D 4C 39 23
Octal 160 214 46 24 0 111 55 114 71 43
Binary 1110000 10001100 100110 10100 0 1001001 101101 1001100 111001 100011

Color Harmonies of #708C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C26

Black with #708C26

Text Example


Text Example

White with #708C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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