Html Css Color HEX #749062 Highland

📋 copy color: '#749062'

red 116 ◦ green 144 ◦ blue 98

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

Shades of Highland #749062

Tints of Highland #749062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 98 (38.67% from 255) = 27.37%

R = 32.4%
G = 40.22%
B = 27.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#749062 (or 0x749062) is known color: Highland. HEX triplet: 74, 90 and 62. RGB value is (116,144,98). Sum of RGB (Red+Green+Blue) = 116+144+98=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #749062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749062 is #8B6F9D. Grayscale: #828282. Windows color (decimal): -9138078 or 6459508. OLE color: 6459508.

HSL color Cylindrical-coordinate representation of color #749062: hue angle of 96.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749062 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 98 -
CMYK 0.19 0 0.32 0.44
HSL 96.52º 0.19% 0.47% -
HSV(B) 96.52º 0.32% 0.56% -
XYZ 19.38 24.54 15.27 -
YUV 130.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 116 144 98 0.19 0 0.32 0.44 96.52 0.19 0.47
Hex 74 90 62 13 0 20 2C 61 13 2F
Octal 164 220 142 23 0 40 54 141 23 57
Binary 1110100 10010000 1100010 10011 0 100000 101100 1100001 10011 101111

Color Harmonies of #749062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749062

Black with #749062

Text Example


Text Example

White with #749062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749062; }

 p { color: rgb(116,144,98); }

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

background-color css

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

 a { background-color: rgb(116,144,98); }

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

border-color css

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

 span { border-color: rgb(116,144,98); }

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