Html Css Color HEX #749260 Highland

📋 copy color: '#749260'

red 116 ◦ green 146 ◦ blue 96

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

Shades of Highland #749260

Tints of Highland #749260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 32.4%
G = 40.78%
B = 26.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#749260 (or 0x749260) is known color: Highland. HEX triplet: 74, 92 and 60. RGB value is (116,146,96). Sum of RGB (Red+Green+Blue) = 116+146+96=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #749260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749260 is #8B6D9F. Grayscale: #838383. Windows color (decimal): -9137568 or 6328948. OLE color: 6328948.

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

Color convert

RGB 116 146 96 -
CMYK 0.21 0 0.34 0.43
HSL 96º 0.21% 0.47% -
HSV(B) 96º 0.34% 0.57% -
XYZ 19.59 25.12 14.88 -
YUV 131.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 116 146 96 0.21 0 0.34 0.43 96 0.21 0.47
Hex 74 92 60 15 0 22 2B 60 15 2F
Octal 164 222 140 25 0 42 53 140 25 57
Binary 1110100 10010010 1100000 10101 0 100010 101011 1100000 10101 101111

Color Harmonies of #749260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749260

Black with #749260

Text Example


Text Example

White with #749260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749260; }

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

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

background-color css

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

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

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

border-color css

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

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

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