Html Css Color HEX #749261 Highland

📋 copy color: '#749261'

red 116 ◦ green 146 ◦ blue 97

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

Shades of Highland #749261

Tints of Highland #749261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 32.31%
G = 40.67%
B = 27.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#749261 (or 0x749261) is known color: Highland. HEX triplet: 74, 92 and 61. RGB value is (116,146,97). Sum of RGB (Red+Green+Blue) = 116+146+97=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #749261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749261 is #8B6D9E. Grayscale: #838383. Windows color (decimal): -9137567 or 6394484. OLE color: 6394484.

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

Color convert

RGB 116 146 97 -
CMYK 0.21 0 0.34 0.43
HSL 96.73º 0.2% 0.48% -
HSV(B) 96.73º 0.34% 0.57% -
XYZ 19.64 25.13 15.13 -
YUV 131.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 116 146 97 0.21 0 0.34 0.43 96.73 0.2 0.48
Hex 74 92 61 15 0 22 2B 61 14 30
Octal 164 222 141 25 0 42 53 141 24 60
Binary 1110100 10010010 1100001 10101 0 100010 101011 1100001 10100 110000

Color Harmonies of #749261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749261

Black with #749261

Text Example


Text Example

White with #749261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749261; }

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

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

background-color css

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

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

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

border-color css

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

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

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