Html Css Color HEX #748E2D Olive Drab

📋 copy color: '#748E2D'

red 116 ◦ green 142 ◦ blue 45

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

Shades of Olive Drab #748E2D

Tints of Olive Drab #748E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 38.28%
G = 46.86%
B = 14.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#748E2D (or 0x748E2D) is known color: Olive Drab. HEX triplet: 74, 8E and 2D. RGB value is (116,142,45). Sum of RGB (Red+Green+Blue) = 116+142+45=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #748E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E2D is #8B71D2. Grayscale: #7B7B7B. Windows color (decimal): -9138643 or 2985588. OLE color: 2985588.

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

Color convert

RGB 116 142 45 -
CMYK 0.18 0 0.68 0.44
HSL 76.08º 0.52% 0.37% -
HSV(B) 76.08º 0.68% 0.56% -
XYZ 17.35 23.25 6.06 -
YUV 123.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 116 142 45 0.18 0 0.68 0.44 76.08 0.52 0.37
Hex 74 8E 2D 12 0 44 2C 4C 34 25
Octal 164 216 55 22 0 104 54 114 64 45
Binary 1110100 10001110 101101 10010 0 1000100 101100 1001100 110100 100101

Color Harmonies of #748E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E2D

Black with #748E2D

Text Example


Text Example

White with #748E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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