Html Css Color HEX #748D2D Olive Drab

📋 copy color: '#748D2D'

red 116 ◦ green 141 ◦ blue 45

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

Shades of Olive Drab #748D2D

Tints of Olive Drab #748D2D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

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

R = 38.41%
G = 46.69%
B = 14.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#748D2D (or 0x748D2D) is known color: Olive Drab. HEX triplet: 74, 8D and 2D. RGB value is (116,141,45). Sum of RGB (Red+Green+Blue) = 116+141+45=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #748D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D2D is #8B72D2. Grayscale: #7A7A7A. Windows color (decimal): -9138899 or 2985332. OLE color: 2985332.

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

Color convert

RGB 116 141 45 -
CMYK 0.18 0 0.68 0.45
HSL 75.63º 0.52% 0.36% -
HSV(B) 75.63º 0.68% 0.55% -
XYZ 17.2 22.95 6.01 -
YUV 122.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 116 141 45 0.18 0 0.68 0.45 75.63 0.52 0.36
Hex 74 8D 2D 12 0 44 2D 4C 34 24
Octal 164 215 55 22 0 104 55 114 64 44
Binary 1110100 10001101 101101 10010 0 1000100 101101 1001100 110100 100100

Color Harmonies of #748D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D2D

Black with #748D2D

Text Example


Text Example

White with #748D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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