Html Css Color HEX #749962 Highland

📋 copy color: '#749962'

red 116 ◦ green 153 ◦ blue 98

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

Shades of Highland #749962

Tints of Highland #749962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 31.61%
G = 41.69%
B = 26.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#749962 (or 0x749962) is known color: Highland. HEX triplet: 74, 99 and 62. RGB value is (116,153,98). Sum of RGB (Red+Green+Blue) = 116+153+98=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #749962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749962 is #8B669D. Grayscale: #878787. Windows color (decimal): -9135774 or 6461812. OLE color: 6461812.

HSL color Cylindrical-coordinate representation of color #749962: hue angle of 100.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #749962 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 98 -
CMYK 0.24 0 0.36 0.4
HSL 100.36º 0.22% 0.49% -
HSV(B) 100.36º 0.36% 0.6% -
XYZ 20.8 27.38 15.74 -
YUV 135.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 116 153 98 0.24 0 0.36 0.4 100.36 0.22 0.49
Hex 74 99 62 18 0 24 28 64 16 31
Octal 164 231 142 30 0 44 50 144 26 61
Binary 1110100 10011001 1100010 11000 0 100100 101000 1100100 10110 110001

Color Harmonies of #749962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749962

Black with #749962

Text Example


Text Example

White with #749962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749962; }

 p { color: rgb(116,153,98); }

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

background-color css

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

 a { background-color: rgb(116,153,98); }

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

border-color css

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

 span { border-color: rgb(116,153,98); }

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