Html Css Color HEX #749663 Highland

📋 copy color: '#749663'

red 116 ◦ green 150 ◦ blue 99

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

Shades of Highland #749663

Tints of Highland #749663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 31.78%
G = 41.1%
B = 27.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#749663 (or 0x749663) is known color: Highland. HEX triplet: 74, 96 and 63. RGB value is (116,150,99). Sum of RGB (Red+Green+Blue) = 116+150+99=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #749663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749663 is #8B699C. Grayscale: #868686. Windows color (decimal): -9136541 or 6526580. OLE color: 6526580.

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

Color convert

RGB 116 150 99 -
CMYK 0.23 0 0.34 0.41
HSL 100º 0.2% 0.49% -
HSV(B) 100º 0.34% 0.59% -
XYZ 20.36 26.43 15.83 -
YUV 134.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 116 150 99 0.23 0 0.34 0.41 100 0.2 0.49
Hex 74 96 63 17 0 22 29 64 14 31
Octal 164 226 143 27 0 42 51 144 24 61
Binary 1110100 10010110 1100011 10111 0 100010 101001 1100100 10100 110001

Color Harmonies of #749663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749663

Black with #749663

Text Example


Text Example

White with #749663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749663; }

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

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

background-color css

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

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

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

border-color css

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

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

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