Html Css Color HEX #749861 Highland

📋 copy color: '#749861'

red 116 ◦ green 152 ◦ blue 97

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

Shades of Highland #749861

Tints of Highland #749861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 31.78%
G = 41.64%
B = 26.58%

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

#749861 (or 0x749861) is known color: Highland. HEX triplet: 74, 98 and 61. RGB value is (116,152,97). Sum of RGB (Red+Green+Blue) = 116+152+97=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #749861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749861 is #8B679E. Grayscale: #878787. Windows color (decimal): -9136031 or 6396020. OLE color: 6396020.

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

Color convert

RGB 116 152 97 -
CMYK 0.24 0 0.36 0.40
HSL 99.27º 0.22% 0.49% -
HSV(B) 99.27º 0.36% 0.6% -
XYZ 20.59 27.03 15.44 -
YUV 134.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 116 152 97 0.24 0 0.36 0.40 99.27 0.22 0.49
Hex 74 98 61 18 0 24 28 63 16 31
Octal 164 230 141 30 0 44 50 143 26 61
Binary 1110100 10011000 1100001 11000 0 100100 101000 1100011 10110 110001

Color Harmonies of #749861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749861

Black with #749861

Text Example


Text Example

White with #749861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749861; }

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

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

background-color css

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

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

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

border-color css

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

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

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