Html Css Color HEX #709459 Highland

📋 copy color: '#709459'

red 112 ◦ green 148 ◦ blue 89

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

Shades of Highland #709459

Tints of Highland #709459

RGB

 RED value IS 112 (44.14% from 255) = 32.09%

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 32.09%
G = 42.41%
B = 25.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#709459 (or 0x709459) is known color: Highland. HEX triplet: 70, 94 and 59. RGB value is (112,148,89). Sum of RGB (Red+Green+Blue) = 112+148+89=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #709459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709459 is #8F6BA6. Grayscale: #828282. Windows color (decimal): -9399207 or 5870704. OLE color: 5870704.

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

Color convert

RGB 112 148 89 -
CMYK 0.24 0 0.40 0.42
HSL 96.61º 0.25% 0.46% -
HSV(B) 96.61º 0.4% 0.58% -
XYZ 19.08 25.35 13.34 -
YUV 130.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 112 148 89 0.24 0 0.40 0.42 96.61 0.25 0.46
Hex 70 94 59 18 0 28 2A 61 19 2E
Octal 160 224 131 30 0 50 52 141 31 56
Binary 1110000 10010100 1011001 11000 0 101000 101010 1100001 11001 101110

Color Harmonies of #709459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709459

Black with #709459

Text Example


Text Example

White with #709459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709459; }

 p { color: rgb(112,148,89); }

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

background-color css

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

 a { background-color: rgb(112,148,89); }

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

border-color css

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

 span { border-color: rgb(112,148,89); }

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