Html Css Color HEX #749613 Olive Drab

📋 copy color: '#749613'

red 116 ◦ green 150 ◦ blue 19

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

Shades of Olive Drab #749613

Tints of Olive Drab #749613

RGB

 RED value IS 116 (45.7% from 255) = 40.7%

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 40.7%
G = 52.63%
B = 6.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#749613 (or 0x749613) is known color: Olive Drab. HEX triplet: 74, 96 and 13. RGB value is (116,150,19). Sum of RGB (Red+Green+Blue) = 116+150+19=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #749613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749613 is #8B69EC. Grayscale: #7D7D7D. Windows color (decimal): -9136621 or 1283700. OLE color: 1283700.

HSL color Cylindrical-coordinate representation of color #749613: hue angle of 75.57º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #749613 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 19 -
CMYK 0.23 0 0.87 0.41
HSL 75.57º 0.78% 0.33% -
HSV(B) 75.57º 0.87% 0.59% -
XYZ 18.23 25.57 4.59 -
YUV 124.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 116 150 19 0.23 0 0.87 0.41 75.57 0.78 0.33
Hex 74 96 13 17 0 57 29 4C 4E 21
Octal 164 226 23 27 0 127 51 114 116 41
Binary 1110100 10010110 10011 10111 0 1010111 101001 1001100 1001110 100001

Color Harmonies of #749613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749613

Black with #749613

Text Example


Text Example

White with #749613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749613; }

 p { color: rgb(116,150,19); }

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

background-color css

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

 a { background-color: rgb(116,150,19); }

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

border-color css

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

 span { border-color: rgb(116,150,19); }

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