Html Css Color HEX #749253 Highland

📋 copy color: '#749253'

red 116 ◦ green 146 ◦ blue 83

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

Shades of Highland #749253

Tints of Highland #749253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.32%

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

R = 33.62%
G = 42.32%
B = 24.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#749253 (or 0x749253) is known color: Highland. HEX triplet: 74, 92 and 53. RGB value is (116,146,83). Sum of RGB (Red+Green+Blue) = 116+146+83=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #749253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749253 is #8B6DAC. Grayscale: #828282. Windows color (decimal): -9137581 or 5476980. OLE color: 5476980.

HSL color Cylindrical-coordinate representation of color #749253: hue angle of 88.57º degrees, saturation: 0.28, 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 #749253 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 83 -
CMYK 0.21 0 0.43 0.43
HSL 88.57º 0.28% 0.45% -
HSV(B) 88.57º 0.43% 0.57% -
XYZ 19.04 24.9 11.99 -
YUV 129.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 116 146 83 0.21 0 0.43 0.43 88.57 0.28 0.45
Hex 74 92 53 15 0 2B 2B 59 1C 2D
Octal 164 222 123 25 0 53 53 131 34 55
Binary 1110100 10010010 1010011 10101 0 101011 101011 1011001 11100 101101

Color Harmonies of #749253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749253

Black with #749253

Text Example


Text Example

White with #749253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749253; }

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

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

background-color css

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

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

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

border-color css

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

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

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