Html Css Color HEX #749458 Highland

📋 copy color: '#749458'

red 116 ◦ green 148 ◦ blue 88

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

Shades of Highland #749458

Tints of Highland #749458

RGB

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

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

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

R = 32.95%
G = 42.05%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#749458 (or 0x749458) is known color: Highland. HEX triplet: 74, 94 and 58. RGB value is (116,148,88). Sum of RGB (Red+Green+Blue) = 116+148+88=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #749458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749458 is #8B6BA7. Grayscale: #838383. Windows color (decimal): -9137064 or 5805172. OLE color: 5805172.

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

Color convert

RGB 116 148 88 -
CMYK 0.22 0 0.41 0.42
HSL 92º 0.25% 0.46% -
HSV(B) 92º 0.41% 0.58% -
XYZ 19.55 25.6 13.14 -
YUV 131.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 116 148 88 0.22 0 0.41 0.42 92 0.25 0.46
Hex 74 94 58 16 0 29 2A 5C 19 2E
Octal 164 224 130 26 0 51 52 134 31 56
Binary 1110100 10010100 1011000 10110 0 101001 101010 1011100 11001 101110

Color Harmonies of #749458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749458

Black with #749458

Text Example


Text Example

White with #749458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749458; }

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

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

background-color css

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

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

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

border-color css

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

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

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