Html Css Color HEX #748E10 Olive Drab

📋 copy color: '#748E10'

red 116 ◦ green 142 ◦ blue 16

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

Shades of Olive Drab #748E10

Tints of Olive Drab #748E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 42.34%
G = 51.82%
B = 5.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#748E10 (or 0x748E10) is known color: Olive Drab. HEX triplet: 74, 8E and 10. RGB value is (116,142,16). Sum of RGB (Red+Green+Blue) = 116+142+16=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #748E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E10 is #8B71EF. Grayscale: #787878. Windows color (decimal): -9138672 or 1085044. OLE color: 1085044.

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

Color convert

RGB 116 142 16 -
CMYK 0.18 0 0.89 0.44
HSL 72.38º 0.8% 0.31% -
HSV(B) 72.38º 0.89% 0.56% -
XYZ 16.97 23.1 4.05 -
YUV 119.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 116 142 16 0.18 0 0.89 0.44 72.38 0.8 0.31
Hex 74 8E 10 12 0 59 2C 48 50 1F
Octal 164 216 20 22 0 131 54 110 120 37
Binary 1110100 10001110 10000 10010 0 1011001 101100 1001000 1010000 11111

Color Harmonies of #748E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E10

Black with #748E10

Text Example


Text Example

White with #748E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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