Html Css Color HEX #748D59 Highland

📋 copy color: '#748D59'

red 116 ◦ green 141 ◦ blue 89

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

Shades of Highland #748D59

Tints of Highland #748D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 33.53%
G = 40.75%
B = 25.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#748D59 (or 0x748D59) is known color: Highland. HEX triplet: 74, 8D and 59. RGB value is (116,141,89). Sum of RGB (Red+Green+Blue) = 116+141+89=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #748D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D59 is #8B72A6. Grayscale: #7F7F7F. Windows color (decimal): -9138855 or 5868916. OLE color: 5868916.

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

Color convert

RGB 116 141 89 -
CMYK 0.18 0 0.37 0.45
HSL 88.85º 0.23% 0.45% -
HSV(B) 88.85º 0.37% 0.55% -
XYZ 18.53 23.48 13.01 -
YUV 127.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 116 141 89 0.18 0 0.37 0.45 88.85 0.23 0.45
Hex 74 8D 59 12 0 25 2D 59 17 2D
Octal 164 215 131 22 0 45 55 131 27 55
Binary 1110100 10001101 1011001 10010 0 100101 101101 1011001 10111 101101

Color Harmonies of #748D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D59

Black with #748D59

Text Example


Text Example

White with #748D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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