Html Css Color HEX #719927 Olive Drab

📋 copy color: '#719927'

red 113 ◦ green 153 ◦ blue 39

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

Shades of Olive Drab #719927

Tints of Olive Drab #719927

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 37.05%
G = 50.16%
B = 12.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#719927 (or 0x719927) is known color: Olive Drab. HEX triplet: 71, 99 and 27. RGB value is (113,153,39). Sum of RGB (Red+Green+Blue) = 113+153+39=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #719927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719927 is #8E66D8. Grayscale: #808080. Windows color (decimal): -9332441 or 2595185. OLE color: 2595185.

HSL color Cylindrical-coordinate representation of color #719927: hue angle of 81.05º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #719927 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 39 -
CMYK 0.26 0 0.75 0.4
HSL 81.05º 0.59% 0.38% -
HSV(B) 81.05º 0.75% 0.6% -
XYZ 18.57 26.44 6.04 -
YUV 128.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 113 153 39 0.26 0 0.75 0.4 81.05 0.59 0.38
Hex 71 99 27 1A 0 4B 28 51 3B 26
Octal 161 231 47 32 0 113 50 121 73 46
Binary 1110001 10011001 100111 11010 0 1001011 101000 1010001 111011 100110

Color Harmonies of #719927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719927

Black with #719927

Text Example


Text Example

White with #719927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719927; }

 p { color: rgb(113,153,39); }

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

background-color css

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

 a { background-color: rgb(113,153,39); }

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

border-color css

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

 span { border-color: rgb(113,153,39); }

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