Html Css Color HEX #709455 Highland

📋 copy color: '#709455'

red 112 ◦ green 148 ◦ blue 85

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

Shades of Highland #709455

Tints of Highland #709455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 32.46%
G = 42.9%
B = 24.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#709455 (or 0x709455) is known color: Highland. HEX triplet: 70, 94 and 55. RGB value is (112,148,85). Sum of RGB (Red+Green+Blue) = 112+148+85=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #709455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709455 is #8F6BAA. Grayscale: #828282. Windows color (decimal): -9399211 or 5608560. OLE color: 5608560.

HSL color Cylindrical-coordinate representation of color #709455: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709455 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 85 -
CMYK 0.24 0 0.43 0.42
HSL 94.29º 0.27% 0.46% -
HSV(B) 94.29º 0.43% 0.58% -
XYZ 18.91 25.28 12.48 -
YUV 130.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 112 148 85 0.24 0 0.43 0.42 94.29 0.27 0.46
Hex 70 94 55 18 0 2B 2A 5E 1B 2E
Octal 160 224 125 30 0 53 52 136 33 56
Binary 1110000 10010100 1010101 11000 0 101011 101010 1011110 11011 101110

Color Harmonies of #709455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709455

Black with #709455

Text Example


Text Example

White with #709455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709455; }

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

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

background-color css

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

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

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

border-color css

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

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

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