Html Css Color HEX #748919 Olive Drab

📋 copy color: '#748919'

red 116 ◦ green 137 ◦ blue 25

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

Shades of Olive Drab #748919

Tints of Olive Drab #748919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

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

R = 41.73%
G = 49.28%
B = 8.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#748919 (or 0x748919) is known color: Olive Drab. HEX triplet: 74, 89 and 19. RGB value is (116,137,25). Sum of RGB (Red+Green+Blue) = 116+137+25=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #748919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748919 is #8B76E6. Grayscale: #767676. Windows color (decimal): -9139943 or 1673588. OLE color: 1673588.

HSL color Cylindrical-coordinate representation of color #748919: hue angle of 71.25º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748919 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 25 -
CMYK 0.15 0 0.82 0.46
HSL 71.25º 0.69% 0.32% -
HSV(B) 71.25º 0.82% 0.54% -
XYZ 16.32 21.67 4.24 -
YUV 117.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 116 137 25 0.15 0 0.82 0.46 71.25 0.69 0.32
Hex 74 89 19 F 0 52 2E 47 45 20
Octal 164 211 31 17 0 122 56 107 105 40
Binary 1110100 10001001 11001 1111 0 1010010 101110 1000111 1000101 100000

Color Harmonies of #748919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748919

Black with #748919

Text Example


Text Example

White with #748919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748919; }

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

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

background-color css

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

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

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

border-color css

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

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

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