Html Css Color HEX #749153 Highland

📋 copy color: '#749153'

red 116 ◦ green 145 ◦ blue 83

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

Shades of Highland #749153

Tints of Highland #749153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 33.72%
G = 42.15%
B = 24.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#749153 (or 0x749153) is known color: Highland. HEX triplet: 74, 91 and 53. RGB value is (116,145,83). Sum of RGB (Red+Green+Blue) = 116+145+83=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #749153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749153 is #8B6EAC. Grayscale: #818181. Windows color (decimal): -9137837 or 5476724. OLE color: 5476724.

HSL color Cylindrical-coordinate representation of color #749153: hue angle of 88.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749153 is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 83 -
CMYK 0.2 0 0.43 0.43
HSL 88.06º 0.27% 0.45% -
HSV(B) 88.06º 0.43% 0.57% -
XYZ 18.89 24.59 11.93 -
YUV 129.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 116 145 83 0.2 0 0.43 0.43 88.06 0.27 0.45
Hex 74 91 53 14 0 2B 2B 58 1B 2D
Octal 164 221 123 24 0 53 53 130 33 55
Binary 1110100 10010001 1010011 10100 0 101011 101011 1011000 11011 101101

Color Harmonies of #749153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749153

Black with #749153

Text Example


Text Example

White with #749153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749153; }

 p { color: rgb(116,145,83); }

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

background-color css

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

 a { background-color: rgb(116,145,83); }

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

border-color css

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

 span { border-color: rgb(116,145,83); }

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