Html Css Color HEX #709358 Highland

📋 copy color: '#709358'

red 112 ◦ green 147 ◦ blue 88

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

Shades of Highland #709358

Tints of Highland #709358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

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

R = 32.28%
G = 42.36%
B = 25.36%

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

#709358 (or 0x709358) is known color: Highland. HEX triplet: 70, 93 and 58. RGB value is (112,147,88). Sum of RGB (Red+Green+Blue) = 112+147+88=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #709358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709358 is #8F6CA7. Grayscale: #828282. Windows color (decimal): -9399464 or 5804912. OLE color: 5804912.

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

Color convert

RGB 112 147 88 -
CMYK 0.24 0 0.40 0.42
HSL 95.59º 0.25% 0.46% -
HSV(B) 95.59º 0.4% 0.58% -
XYZ 18.88 25.02 13.07 -
YUV 129.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 112 147 88 0.24 0 0.40 0.42 95.59 0.25 0.46
Hex 70 93 58 18 0 28 2A 60 19 2E
Octal 160 223 130 30 0 50 52 140 31 56
Binary 1110000 10010011 1011000 11000 0 101000 101010 1100000 11001 101110

Color Harmonies of #709358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709358

Black with #709358

Text Example


Text Example

White with #709358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709358; }

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

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

background-color css

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

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

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

border-color css

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

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

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