Html Css Color HEX #748E2C Olive Drab

📋 copy color: '#748E2C'

red 116 ◦ green 142 ◦ blue 44

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

Shades of Olive Drab #748E2C

Tints of Olive Drab #748E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 38.41%
G = 47.02%
B = 14.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#748E2C (or 0x748E2C) is known color: Olive Drab. HEX triplet: 74, 8E and 2C. RGB value is (116,142,44). Sum of RGB (Red+Green+Blue) = 116+142+44=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #748E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E2C is #8B71D3. Grayscale: #7B7B7B. Windows color (decimal): -9138644 or 2920052. OLE color: 2920052.

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

Color convert

RGB 116 142 44 -
CMYK 0.18 0 0.69 0.44
HSL 75.92º 0.53% 0.36% -
HSV(B) 75.92º 0.69% 0.56% -
XYZ 17.33 23.24 5.96 -
YUV 123.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 116 142 44 0.18 0 0.69 0.44 75.92 0.53 0.36
Hex 74 8E 2C 12 0 45 2C 4C 35 24
Octal 164 216 54 22 0 105 54 114 65 44
Binary 1110100 10001110 101100 10010 0 1000101 101100 1001100 110101 100100

Color Harmonies of #748E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E2C

Black with #748E2C

Text Example


Text Example

White with #748E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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