Html Css Color HEX #749527 Olive Drab

📋 copy color: '#749527'

red 116 ◦ green 149 ◦ blue 39

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

Shades of Olive Drab #749527

Tints of Olive Drab #749527

RGB

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

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

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

R = 38.16%
G = 49.01%
B = 12.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#749527 (or 0x749527) is known color: Olive Drab. HEX triplet: 74, 95 and 27. RGB value is (116,149,39). Sum of RGB (Red+Green+Blue) = 116+149+39=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #749527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749527 is #8B6AD8. Grayscale: #7F7F7F. Windows color (decimal): -9136857 or 2594164. OLE color: 2594164.

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

Color convert

RGB 116 149 39 -
CMYK 0.22 0 0.74 0.42
HSL 78º 0.59% 0.37% -
HSV(B) 78º 0.74% 0.58% -
XYZ 18.32 25.35 5.85 -
YUV 126.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 116 149 39 0.22 0 0.74 0.42 78 0.59 0.37
Hex 74 95 27 16 0 4A 2A 4E 3B 25
Octal 164 225 47 26 0 112 52 116 73 45
Binary 1110100 10010101 100111 10110 0 1001010 101010 1001110 111011 100101

Color Harmonies of #749527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749527

Black with #749527

Text Example


Text Example

White with #749527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749527; }

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

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

background-color css

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

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

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

border-color css

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

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

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