Html Css Color HEX #709058 Highland

📋 copy color: '#709058'

red 112 ◦ green 144 ◦ blue 88

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

Shades of Highland #709058

Tints of Highland #709058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 32.56%
G = 41.86%
B = 25.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#709058 (or 0x709058) is known color: Highland. HEX triplet: 70, 90 and 58. RGB value is (112,144,88). Sum of RGB (Red+Green+Blue) = 112+144+88=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #709058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709058 is #8F6FA7. Grayscale: #808080. Windows color (decimal): -9400232 or 5804144. OLE color: 5804144.

HSL color Cylindrical-coordinate representation of color #709058: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #709058 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 88 -
CMYK 0.22 0 0.39 0.44
HSL 94.29º 0.24% 0.45% -
HSV(B) 94.29º 0.39% 0.56% -
XYZ 18.42 24.1 12.91 -
YUV 128.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 112 144 88 0.22 0 0.39 0.44 94.29 0.24 0.45
Hex 70 90 58 16 0 27 2C 5E 18 2D
Octal 160 220 130 26 0 47 54 136 30 55
Binary 1110000 10010000 1011000 10110 0 100111 101100 1011110 11000 101101

Color Harmonies of #709058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709058

Black with #709058

Text Example


Text Example

White with #709058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709058; }

 p { color: rgb(112,144,88); }

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

background-color css

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

 a { background-color: rgb(112,144,88); }

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

border-color css

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

 span { border-color: rgb(112,144,88); }

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