Html Css Color HEX #748E12 Olive Drab

📋 copy color: '#748E12'

red 116 ◦ green 142 ◦ blue 18

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

Shades of Olive Drab #748E12

Tints of Olive Drab #748E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 42.03%
G = 51.45%
B = 6.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#748E12 (or 0x748E12) is known color: Olive Drab. HEX triplet: 74, 8E and 12. RGB value is (116,142,18). Sum of RGB (Red+Green+Blue) = 116+142+18=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #748E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E12 is #8B71ED. Grayscale: #787878. Windows color (decimal): -9138670 or 1216116. OLE color: 1216116.

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

Color convert

RGB 116 142 18 -
CMYK 0.18 0 0.87 0.44
HSL 72.58º 0.78% 0.31% -
HSV(B) 72.58º 0.87% 0.56% -
XYZ 16.98 23.1 4.14 -
YUV 120.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 116 142 18 0.18 0 0.87 0.44 72.58 0.78 0.31
Hex 74 8E 12 12 0 57 2C 49 4E 1F
Octal 164 216 22 22 0 127 54 111 116 37
Binary 1110100 10001110 10010 10010 0 1010111 101100 1001001 1001110 11111

Color Harmonies of #748E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E12

Black with #748E12

Text Example


Text Example

White with #748E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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