Html Css Color HEX #748E0F Olive Drab

📋 copy color: '#748E0F'

red 116 ◦ green 142 ◦ blue 15

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

Shades of Olive Drab #748E0F

Tints of Olive Drab #748E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 42.49%
G = 52.01%
B = 5.49%

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

#748E0F (or 0x748E0F) is known color: Olive Drab. HEX triplet: 74, 8E and 0F. RGB value is (116,142,15). Sum of RGB (Red+Green+Blue) = 116+142+15=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #748E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E0F is #8B71F0. Grayscale: #787878. Windows color (decimal): -9138673 or 1019508. OLE color: 1019508.

HSL color Cylindrical-coordinate representation of color #748E0F: hue angle of 72.28º degrees, saturation: 0.81, 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 #748E0F is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 142 15 -
CMYK 0.18 0 0.89 0.44
HSL 72.28º 0.81% 0.31% -
HSV(B) 72.28º 0.89% 0.56% -
XYZ 16.96 23.09 4.02 -
YUV 119.75 68.89 125.33 -
System Red Green Blue C M Y K H S L
Decimal 116 142 15 0.18 0 0.89 0.44 72.28 0.81 0.31
Hex 74 8E F 12 0 59 2C 48 51 1F
Octal 164 216 17 22 0 131 54 110 121 37
Binary 1110100 10001110 1111 10010 0 1011001 101100 1001000 1010001 11111

Color Harmonies of #748E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E0F

Black with #748E0F

Text Example


Text Example

White with #748E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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