Html Css Color HEX #749262 Highland

📋 copy color: '#749262'

red 116 ◦ green 146 ◦ blue 98

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

Shades of Highland #749262

Tints of Highland #749262

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 32.22%
G = 40.56%
B = 27.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#749262 (or 0x749262) is known color: Highland. HEX triplet: 74, 92 and 62. RGB value is (116,146,98). Sum of RGB (Red+Green+Blue) = 116+146+98=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #749262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749262 is #8B6D9D. Grayscale: #838383. Windows color (decimal): -9137566 or 6460020. OLE color: 6460020.

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

Color convert

RGB 116 146 98 -
CMYK 0.21 0 0.33 0.43
HSL 97.5º 0.2% 0.48% -
HSV(B) 97.5º 0.33% 0.57% -
XYZ 19.69 25.15 15.37 -
YUV 131.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 116 146 98 0.21 0 0.33 0.43 97.5 0.2 0.48
Hex 74 92 62 15 0 21 2B 62 14 30
Octal 164 222 142 25 0 41 53 142 24 60
Binary 1110100 10010010 1100010 10101 0 100001 101011 1100010 10100 110000

Color Harmonies of #749262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749262

Black with #749262

Text Example


Text Example

White with #749262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749262; }

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

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

background-color css

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

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

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

border-color css

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

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

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