Html Css Color HEX #749863 Highland

📋 copy color: '#749863'

red 116 ◦ green 152 ◦ blue 99

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

Shades of Highland #749863

Tints of Highland #749863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 31.61%
G = 41.42%
B = 26.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#749863 (or 0x749863) is known color: Highland. HEX triplet: 74, 98 and 63. RGB value is (116,152,99). Sum of RGB (Red+Green+Blue) = 116+152+99=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #749863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749863 is #8B679C. Grayscale: #878787. Windows color (decimal): -9136029 or 6527092. OLE color: 6527092.

HSL color Cylindrical-coordinate representation of color #749863: hue angle of 100.75º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749863 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 99 -
CMYK 0.24 0 0.35 0.40
HSL 100.75º 0.21% 0.49% -
HSV(B) 100.75º 0.35% 0.6% -
XYZ 20.68 27.07 15.94 -
YUV 135.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 116 152 99 0.24 0 0.35 0.40 100.75 0.21 0.49
Hex 74 98 63 18 0 23 28 65 15 31
Octal 164 230 143 30 0 43 50 145 25 61
Binary 1110100 10011000 1100011 11000 0 100011 101000 1100101 10101 110001

Color Harmonies of #749863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749863

Black with #749863

Text Example


Text Example

White with #749863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749863; }

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

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

background-color css

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

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

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

border-color css

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

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

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