Html Css Color HEX #748E19 Olive Drab

📋 copy color: '#748E19'

red 116 ◦ green 142 ◦ blue 25

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

Shades of Olive Drab #748E19

Tints of Olive Drab #748E19

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.18%

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 40.99%
G = 50.18%
B = 8.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#748E19 (or 0x748E19) is known color: Olive Drab. HEX triplet: 74, 8E and 19. RGB value is (116,142,25). Sum of RGB (Red+Green+Blue) = 116+142+25=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #748E19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E19 is #8B71E6. Grayscale: #797979. Windows color (decimal): -9138663 or 1674868. OLE color: 1674868.

HSL color Cylindrical-coordinate representation of color #748E19: hue angle of 73.33º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748E19 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 142 25 -
CMYK 0.18 0 0.82 0.44
HSL 73.33º 0.7% 0.33% -
HSV(B) 73.33º 0.82% 0.56% -
XYZ 17.05 23.13 4.49 -
YUV 120.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 116 142 25 0.18 0 0.82 0.44 73.33 0.7 0.33
Hex 74 8E 19 12 0 52 2C 49 46 21
Octal 164 216 31 22 0 122 54 111 106 41
Binary 1110100 10001110 11001 10010 0 1010010 101100 1001001 1000110 100001

Color Harmonies of #748E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E19

Black with #748E19

Text Example


Text Example

White with #748E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748E19; }

 p { color: rgb(116,142,25); }

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

background-color css

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

 a { background-color: rgb(116,142,25); }

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

border-color css

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

 span { border-color: rgb(116,142,25); }

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