Html Css Color HEX #748C19 Olive Drab

📋 copy color: '#748C19'

red 116 ◦ green 140 ◦ blue 25

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

Shades of Olive Drab #748C19

Tints of Olive Drab #748C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.82%

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

R = 41.28%
G = 49.82%
B = 8.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#748C19 (or 0x748C19) is known color: Olive Drab. HEX triplet: 74, 8C and 19. RGB value is (116,140,25). Sum of RGB (Red+Green+Blue) = 116+140+25=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #748C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748C19 is #8B73E6. Grayscale: #787878. Windows color (decimal): -9139175 or 1674356. OLE color: 1674356.

HSL color Cylindrical-coordinate representation of color #748C19: hue angle of 72.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748C19 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 140 25 -
CMYK 0.17 0 0.82 0.45
HSL 72.52º 0.7% 0.32% -
HSV(B) 72.52º 0.82% 0.55% -
XYZ 16.76 22.54 4.39 -
YUV 119.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 116 140 25 0.17 0 0.82 0.45 72.52 0.7 0.32
Hex 74 8C 19 11 0 52 2D 49 46 20
Octal 164 214 31 21 0 122 55 111 106 40
Binary 1110100 10001100 11001 10001 0 1010010 101101 1001001 1000110 100000

Color Harmonies of #748C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C19

Black with #748C19

Text Example


Text Example

White with #748C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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