Html Css Color HEX #749463 Highland

📋 copy color: '#749463'

red 116 ◦ green 148 ◦ blue 99

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

Shades of Highland #749463

Tints of Highland #749463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 31.96%
G = 40.77%
B = 27.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#749463 (or 0x749463) is known color: Highland. HEX triplet: 74, 94 and 63. RGB value is (116,148,99). Sum of RGB (Red+Green+Blue) = 116+148+99=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #749463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749463 is #8B6B9C. Grayscale: #858585. Windows color (decimal): -9137053 or 6526068. OLE color: 6526068.

HSL color Cylindrical-coordinate representation of color #749463: hue angle of 99.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749463 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 99 -
CMYK 0.22 0 0.33 0.42
HSL 99.18º 0.2% 0.48% -
HSV(B) 99.18º 0.33% 0.58% -
XYZ 20.04 25.79 15.73 -
YUV 132.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 116 148 99 0.22 0 0.33 0.42 99.18 0.2 0.48
Hex 74 94 63 16 0 21 2A 63 14 30
Octal 164 224 143 26 0 41 52 143 24 60
Binary 1110100 10010100 1100011 10110 0 100001 101010 1100011 10100 110000

Color Harmonies of #749463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749463

Black with #749463

Text Example


Text Example

White with #749463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749463; }

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

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

background-color css

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

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

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

border-color css

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

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

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