Html Css Color HEX #748E48 Highland

📋 copy color: '#748E48'

red 116 ◦ green 142 ◦ blue 72

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

Shades of Highland #748E48

Tints of Highland #748E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 35.15%
G = 43.03%
B = 21.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#748E48 (or 0x748E48) is known color: Highland. HEX triplet: 74, 8E and 48. RGB value is (116,142,72). Sum of RGB (Red+Green+Blue) = 116+142+72=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #748E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E48 is #8B71B7. Grayscale: #7E7E7E. Windows color (decimal): -9138616 or 4755060. OLE color: 4755060.

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

Color convert

RGB 116 142 72 -
CMYK 0.18 0 0.49 0.44
HSL 82.29º 0.33% 0.42% -
HSV(B) 82.29º 0.49% 0.56% -
XYZ 18.05 23.53 9.72 -
YUV 126.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 116 142 72 0.18 0 0.49 0.44 82.29 0.33 0.42
Hex 74 8E 48 12 0 31 2C 52 21 2A
Octal 164 216 110 22 0 61 54 122 41 52
Binary 1110100 10001110 1001000 10010 0 110001 101100 1010010 100001 101010

Color Harmonies of #748E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E48

Black with #748E48

Text Example


Text Example

White with #748E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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