Html Css Color HEX #718826 Olive Drab

📋 copy color: '#718826'

red 113 ◦ green 136 ◦ blue 38

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

Shades of Olive Drab #718826

Tints of Olive Drab #718826

RGB

 RED value IS 113 (44.53% from 255) = 39.37%

 GREEN value IS 136 (53.52% from 255) = 47.39%

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

R = 39.37%
G = 47.39%
B = 13.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#718826 (or 0x718826) is known color: Olive Drab. HEX triplet: 71, 88 and 26. RGB value is (113,136,38). Sum of RGB (Red+Green+Blue) = 113+136+38=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #718826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718826 is #8E77D9. Grayscale: #767676. Windows color (decimal): -9336794 or 2525297. OLE color: 2525297.

HSL color Cylindrical-coordinate representation of color #718826: hue angle of 74.08º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #718826 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 38 -
CMYK 0.17 0 0.72 0.47
HSL 74.08º 0.56% 0.34% -
HSV(B) 74.08º 0.72% 0.53% -
XYZ 15.96 21.26 5.1 -
YUV 117.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 113 136 38 0.17 0 0.72 0.47 74.08 0.56 0.34
Hex 71 88 26 11 0 48 2F 4A 38 22
Octal 161 210 46 21 0 110 57 112 70 42
Binary 1110001 10001000 100110 10001 0 1001000 101111 1001010 111000 100010

Color Harmonies of #718826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718826

Black with #718826

Text Example


Text Example

White with #718826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718826; }

 p { color: rgb(113,136,38); }

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

background-color css

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

 a { background-color: rgb(113,136,38); }

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

border-color css

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

 span { border-color: rgb(113,136,38); }

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