Html Css Color HEX #718738 Olive Drab

📋 copy color: '#718738'

red 113 ◦ green 135 ◦ blue 56

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

Shades of Olive Drab #718738

Tints of Olive Drab #718738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 37.17%
G = 44.41%
B = 18.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#718738 (or 0x718738) is known color: Olive Drab. HEX triplet: 71, 87 and 38. RGB value is (113,135,56). Sum of RGB (Red+Green+Blue) = 113+135+56=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #718738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718738 is #8E78C7. Grayscale: #777777. Windows color (decimal): -9337032 or 3704689. OLE color: 3704689.

HSL color Cylindrical-coordinate representation of color #718738: hue angle of 76.71º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #718738 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 56 -
CMYK 0.16 0 0.59 0.47
HSL 76.71º 0.41% 0.37% -
HSV(B) 76.71º 0.59% 0.53% -
XYZ 16.19 21.12 6.97 -
YUV 119.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 113 135 56 0.16 0 0.59 0.47 76.71 0.41 0.37
Hex 71 87 38 10 0 3B 2F 4D 29 25
Octal 161 207 70 20 0 73 57 115 51 45
Binary 1110001 10000111 111000 10000 0 111011 101111 1001101 101001 100101

Color Harmonies of #718738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718738

Black with #718738

Text Example


Text Example

White with #718738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718738; }

 p { color: rgb(113,135,56); }

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

background-color css

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

 a { background-color: rgb(113,135,56); }

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

border-color css

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

 span { border-color: rgb(113,135,56); }

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