Html Css Color HEX #749258 Highland

📋 copy color: '#749258'

red 116 ◦ green 146 ◦ blue 88

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

Shades of Highland #749258

Tints of Highland #749258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 33.14%
G = 41.71%
B = 25.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#749258 (or 0x749258) is known color: Highland. HEX triplet: 74, 92 and 58. RGB value is (116,146,88). Sum of RGB (Red+Green+Blue) = 116+146+88=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #749258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749258 is #8B6DA7. Grayscale: #828282. Windows color (decimal): -9137576 or 5804660. OLE color: 5804660.

HSL color Cylindrical-coordinate representation of color #749258: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749258 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 88 -
CMYK 0.21 0 0.40 0.43
HSL 91.03º 0.25% 0.46% -
HSV(B) 91.03º 0.4% 0.57% -
XYZ 19.24 24.98 13.04 -
YUV 130.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 116 146 88 0.21 0 0.40 0.43 91.03 0.25 0.46
Hex 74 92 58 15 0 28 2B 5B 19 2E
Octal 164 222 130 25 0 50 53 133 31 56
Binary 1110100 10010010 1011000 10101 0 101000 101011 1011011 11001 101110

Color Harmonies of #749258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749258

Black with #749258

Text Example


Text Example

White with #749258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749258; }

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

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

background-color css

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

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

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

border-color css

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

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

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