Html Css Color HEX #749358 Highland

📋 copy color: '#749358'

red 116 ◦ green 147 ◦ blue 88

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

Shades of Highland #749358

Tints of Highland #749358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.88%

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

R = 33.05%
G = 41.88%
B = 25.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#749358 (or 0x749358) is known color: Highland. HEX triplet: 74, 93 and 58. RGB value is (116,147,88). Sum of RGB (Red+Green+Blue) = 116+147+88=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #749358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749358 is #8B6CA7. Grayscale: #838383. Windows color (decimal): -9137320 or 5804916. OLE color: 5804916.

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

Color convert

RGB 116 147 88 -
CMYK 0.21 0 0.40 0.42
HSL 91.53º 0.25% 0.46% -
HSV(B) 91.53º 0.4% 0.58% -
XYZ 19.4 25.29 13.09 -
YUV 131.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 116 147 88 0.21 0 0.40 0.42 91.53 0.25 0.46
Hex 74 93 58 15 0 28 2A 5C 19 2E
Octal 164 223 130 25 0 50 52 134 31 56
Binary 1110100 10010011 1011000 10101 0 101000 101010 1011100 11001 101110

Color Harmonies of #749358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749358

Black with #749358

Text Example


Text Example

White with #749358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749358; }

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

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

background-color css

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

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

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

border-color css

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

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

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