Html Css Color HEX #748E1F Olive Drab

📋 copy color: '#748E1F'

red 116 ◦ green 142 ◦ blue 31

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

Shades of Olive Drab #748E1F

Tints of Olive Drab #748E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 40.14%
G = 49.13%
B = 10.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#748E1F (or 0x748E1F) is known color: Olive Drab. HEX triplet: 74, 8E and 1F. RGB value is (116,142,31). Sum of RGB (Red+Green+Blue) = 116+142+31=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #748E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E1F is #8B71E0. Grayscale: #797979. Windows color (decimal): -9138657 or 2068084. OLE color: 2068084.

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

Color convert

RGB 116 142 31 -
CMYK 0.18 0 0.78 0.44
HSL 74.05º 0.64% 0.34% -
HSV(B) 74.05º 0.78% 0.56% -
XYZ 17.12 23.16 4.86 -
YUV 121.57 76.89 124.03 -
System Red Green Blue C M Y K H S L
Decimal 116 142 31 0.18 0 0.78 0.44 74.05 0.64 0.34
Hex 74 8E 1F 12 0 4E 2C 4A 40 22
Octal 164 216 37 22 0 116 54 112 100 42
Binary 1110100 10001110 11111 10010 0 1001110 101100 1001010 1000000 100010

Color Harmonies of #748E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E1F

Black with #748E1F

Text Example


Text Example

White with #748E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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