Html Css Color HEX #749528 Olive Drab

📋 copy color: '#749528'

red 116 ◦ green 149 ◦ blue 40

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

Shades of Olive Drab #749528

Tints of Olive Drab #749528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.85%

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 38.03%
G = 48.85%
B = 13.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#749528 (or 0x749528) is known color: Olive Drab. HEX triplet: 74, 95 and 28. RGB value is (116,149,40). Sum of RGB (Red+Green+Blue) = 116+149+40=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #749528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749528 is #8B6AD7. Grayscale: #7F7F7F. Windows color (decimal): -9136856 or 2659700. OLE color: 2659700.

HSL color Cylindrical-coordinate representation of color #749528: hue angle of 78.17º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #749528 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 40 -
CMYK 0.22 0 0.73 0.42
HSL 78.17º 0.58% 0.37% -
HSV(B) 78.17º 0.73% 0.58% -
XYZ 18.33 25.36 5.94 -
YUV 126.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 116 149 40 0.22 0 0.73 0.42 78.17 0.58 0.37
Hex 74 95 28 16 0 49 2A 4E 3A 25
Octal 164 225 50 26 0 111 52 116 72 45
Binary 1110100 10010101 101000 10110 0 1001001 101010 1001110 111010 100101

Color Harmonies of #749528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749528

Black with #749528

Text Example


Text Example

White with #749528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749528; }

 p { color: rgb(116,149,40); }

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

background-color css

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

 a { background-color: rgb(116,149,40); }

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

border-color css

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

 span { border-color: rgb(116,149,40); }

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