Html Css Color HEX #749661 Highland

📋 copy color: '#749661'

red 116 ◦ green 150 ◦ blue 97

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

Shades of Highland #749661

Tints of Highland #749661

RGB

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

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

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

R = 31.96%
G = 41.32%
B = 26.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#749661 (or 0x749661) is known color: Highland. HEX triplet: 74, 96 and 61. RGB value is (116,150,97). Sum of RGB (Red+Green+Blue) = 116+150+97=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #749661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749661 is #8B699E. Grayscale: #858585. Windows color (decimal): -9136543 or 6395508. OLE color: 6395508.

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

Color convert

RGB 116 150 97 -
CMYK 0.23 0 0.35 0.41
HSL 98.49º 0.21% 0.48% -
HSV(B) 98.49º 0.35% 0.59% -
XYZ 20.27 26.39 15.33 -
YUV 133.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 116 150 97 0.23 0 0.35 0.41 98.49 0.21 0.48
Hex 74 96 61 17 0 23 29 62 15 30
Octal 164 226 141 27 0 43 51 142 25 60
Binary 1110100 10010110 1100001 10111 0 100011 101001 1100010 10101 110000

Color Harmonies of #749661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749661

Black with #749661

Text Example


Text Example

White with #749661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749661; }

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

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

background-color css

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

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

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

border-color css

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

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

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