Html Css Color HEX #718619 Olive Drab

📋 copy color: '#718619'

red 113 ◦ green 134 ◦ blue 25

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

Shades of Olive Drab #718619

Tints of Olive Drab #718619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 41.54%
G = 49.26%
B = 9.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#718619 (or 0x718619) is known color: Olive Drab. HEX triplet: 71, 86 and 19. RGB value is (113,134,25). Sum of RGB (Red+Green+Blue) = 113+134+25=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #718619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718619 is #8E79E6. Grayscale: #737373. Windows color (decimal): -9337319 or 1672817. OLE color: 1672817.

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

Color convert

RGB 113 134 25 -
CMYK 0.16 0 0.81 0.47
HSL 71.56º 0.69% 0.31% -
HSV(B) 71.56º 0.81% 0.53% -
XYZ 15.51 20.63 4.08 -
YUV 115.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 113 134 25 0.16 0 0.81 0.47 71.56 0.69 0.31
Hex 71 86 19 10 0 51 2F 48 45 1F
Octal 161 206 31 20 0 121 57 110 105 37
Binary 1110001 10000110 11001 10000 0 1010001 101111 1001000 1000101 11111

Color Harmonies of #718619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718619

Black with #718619

Text Example


Text Example

White with #718619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718619; }

 p { color: rgb(113,134,25); }

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

background-color css

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

 a { background-color: rgb(113,134,25); }

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

border-color css

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

 span { border-color: rgb(113,134,25); }

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