Html Css Color HEX #749862 Highland

📋 copy color: '#749862'

red 116 ◦ green 152 ◦ blue 98

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

Shades of Highland #749862

Tints of Highland #749862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

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

R = 31.69%
G = 41.53%
B = 26.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#749862 (or 0x749862) is known color: Highland. HEX triplet: 74, 98 and 62. RGB value is (116,152,98). Sum of RGB (Red+Green+Blue) = 116+152+98=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #749862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749862 is #8B679D. Grayscale: #878787. Windows color (decimal): -9136030 or 6461556. OLE color: 6461556.

HSL color Cylindrical-coordinate representation of color #749862: hue angle of 100º 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 #749862 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 98 -
CMYK 0.24 0 0.36 0.40
HSL 100º 0.22% 0.49% -
HSV(B) 100º 0.36% 0.6% -
XYZ 20.64 27.05 15.69 -
YUV 135.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 116 152 98 0.24 0 0.36 0.40 100 0.22 0.49
Hex 74 98 62 18 0 24 28 64 16 31
Octal 164 230 142 30 0 44 50 144 26 61
Binary 1110100 10011000 1100010 11000 0 100100 101000 1100100 10110 110001

Color Harmonies of #749862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749862

Black with #749862

Text Example


Text Example

White with #749862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749862; }

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

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

background-color css

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

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

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

border-color css

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

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

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