Html Css Color HEX #748D15 Olive Drab

📋 copy color: '#748D15'

red 116 ◦ green 141 ◦ blue 21

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

Shades of Olive Drab #748D15

Tints of Olive Drab #748D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.72%

 BLUE value IS 21 (8.59% from 255) = 7.55%

R = 41.73%
G = 50.72%
B = 7.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#748D15 (or 0x748D15) is known color: Olive Drab. HEX triplet: 74, 8D and 15. RGB value is (116,141,21). Sum of RGB (Red+Green+Blue) = 116+141+21=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #748D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748D15 is #8B72EA. Grayscale: #787878. Windows color (decimal): -9138923 or 1412468. OLE color: 1412468.

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

Color convert

RGB 116 141 21 -
CMYK 0.18 0 0.85 0.45
HSL 72.5º 0.74% 0.32% -
HSV(B) 72.5º 0.85% 0.55% -
XYZ 16.86 22.82 4.22 -
YUV 119.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 116 141 21 0.18 0 0.85 0.45 72.5 0.74 0.32
Hex 74 8D 15 12 0 55 2D 48 4A 20
Octal 164 215 25 22 0 125 55 110 112 40
Binary 1110100 10001101 10101 10010 0 1010101 101101 1001000 1001010 100000

Color Harmonies of #748D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D15

Black with #748D15

Text Example


Text Example

White with #748D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,21); }

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

background-color css

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

 a { background-color: rgb(116,141,21); }

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

border-color css

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

 span { border-color: rgb(116,141,21); }

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