Html Css Color HEX #749657 Highland

📋 copy color: '#749657'

red 116 ◦ green 150 ◦ blue 87

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

Shades of Highland #749657

Tints of Highland #749657

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 87 (34.38% from 255) = 24.65%

R = 32.86%
G = 42.49%
B = 24.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#749657 (or 0x749657) is known color: Highland. HEX triplet: 74, 96 and 57. RGB value is (116,150,87). Sum of RGB (Red+Green+Blue) = 116+150+87=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #749657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749657 is #8B69A8. Grayscale: #848484. Windows color (decimal): -9136553 or 5740148. OLE color: 5740148.

HSL color Cylindrical-coordinate representation of color #749657: hue angle of 92.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #749657 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 87 -
CMYK 0.23 0 0.42 0.41
HSL 92.38º 0.27% 0.46% -
HSV(B) 92.38º 0.42% 0.59% -
XYZ 19.83 26.21 13.03 -
YUV 132.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 116 150 87 0.23 0 0.42 0.41 92.38 0.27 0.46
Hex 74 96 57 17 0 2A 29 5C 1B 2E
Octal 164 226 127 27 0 52 51 134 33 56
Binary 1110100 10010110 1010111 10111 0 101010 101001 1011100 11011 101110

Color Harmonies of #749657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749657

Black with #749657

Text Example


Text Example

White with #749657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749657; }

 p { color: rgb(116,150,87); }

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

background-color css

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

 a { background-color: rgb(116,150,87); }

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

border-color css

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

 span { border-color: rgb(116,150,87); }

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