Html Css Color HEX #748C14 Olive Drab

📋 copy color: '#748C14'

red 116 ◦ green 140 ◦ blue 20

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

Shades of Olive Drab #748C14

Tints of Olive Drab #748C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 42.03%
G = 50.72%
B = 7.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#748C14 (or 0x748C14) is known color: Olive Drab. HEX triplet: 74, 8C and 14. RGB value is (116,140,20). Sum of RGB (Red+Green+Blue) = 116+140+20=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #748C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748C14 is #8B73EB. Grayscale: #777777. Windows color (decimal): -9139180 or 1346676. OLE color: 1346676.

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

Color convert

RGB 116 140 20 -
CMYK 0.17 0 0.86 0.45
HSL 72º 0.75% 0.31% -
HSV(B) 72º 0.86% 0.55% -
XYZ 16.71 22.52 4.13 -
YUV 119.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 116 140 20 0.17 0 0.86 0.45 72 0.75 0.31
Hex 74 8C 14 11 0 56 2D 48 4B 1F
Octal 164 214 24 21 0 126 55 110 113 37
Binary 1110100 10001100 10100 10001 0 1010110 101101 1001000 1001011 11111

Color Harmonies of #748C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C14

Black with #748C14

Text Example


Text Example

White with #748C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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