Html Css Color HEX #749425 Olive Drab

📋 copy color: '#749425'

red 116 ◦ green 148 ◦ blue 37

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

Shades of Olive Drab #749425

Tints of Olive Drab #749425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.17%

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 38.54%
G = 49.17%
B = 12.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#749425 (or 0x749425) is known color: Olive Drab. HEX triplet: 74, 94 and 25. RGB value is (116,148,37). Sum of RGB (Red+Green+Blue) = 116+148+37=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #749425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749425 is #8B6BDA. Grayscale: #7E7E7E. Windows color (decimal): -9137115 or 2462836. OLE color: 2462836.

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

Color convert

RGB 116 148 37 -
CMYK 0.22 0 0.75 0.42
HSL 77.3º 0.6% 0.36% -
HSV(B) 77.3º 0.75% 0.58% -
XYZ 18.13 25.03 5.63 -
YUV 125.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 116 148 37 0.22 0 0.75 0.42 77.3 0.6 0.36
Hex 74 94 25 16 0 4B 2A 4D 3C 24
Octal 164 224 45 26 0 113 52 115 74 44
Binary 1110100 10010100 100101 10110 0 1001011 101010 1001101 111100 100100

Color Harmonies of #749425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749425

Black with #749425

Text Example


Text Example

White with #749425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749425; }

 p { color: rgb(116,148,37); }

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

background-color css

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

 a { background-color: rgb(116,148,37); }

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

border-color css

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

 span { border-color: rgb(116,148,37); }

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