Html Css Color HEX #749658 Highland

📋 copy color: '#749658'

red 116 ◦ green 150 ◦ blue 88

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

Shades of Highland #749658

Tints of Highland #749658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 32.77%
G = 42.37%
B = 24.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#749658 (or 0x749658) is known color: Highland. HEX triplet: 74, 96 and 58. RGB value is (116,150,88). Sum of RGB (Red+Green+Blue) = 116+150+88=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #749658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749658 is #8B69A7. Grayscale: #848484. Windows color (decimal): -9136552 or 5805684. OLE color: 5805684.

HSL color Cylindrical-coordinate representation of color #749658: hue angle of 92.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749658 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 88 -
CMYK 0.23 0 0.41 0.41
HSL 92.9º 0.26% 0.47% -
HSV(B) 92.9º 0.41% 0.59% -
XYZ 19.87 26.23 13.25 -
YUV 132.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 116 150 88 0.23 0 0.41 0.41 92.9 0.26 0.47
Hex 74 96 58 17 0 29 29 5D 1A 2F
Octal 164 226 130 27 0 51 51 135 32 57
Binary 1110100 10010110 1011000 10111 0 101001 101001 1011101 11010 101111

Color Harmonies of #749658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749658

Black with #749658

Text Example


Text Example

White with #749658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749658; }

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

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

background-color css

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

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

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

border-color css

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

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

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