Html Css Color HEX #709659 Highland

📋 copy color: '#709659'

red 112 ◦ green 150 ◦ blue 89

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

Shades of Highland #709659

Tints of Highland #709659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

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

R = 31.91%
G = 42.74%
B = 25.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#709659 (or 0x709659) is known color: Highland. HEX triplet: 70, 96 and 59. RGB value is (112,150,89). Sum of RGB (Red+Green+Blue) = 112+150+89=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #709659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709659 is #8F69A6. Grayscale: #838383. Windows color (decimal): -9398695 or 5871216. OLE color: 5871216.

HSL color Cylindrical-coordinate representation of color #709659: hue angle of 97.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709659 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 89 -
CMYK 0.25 0 0.41 0.41
HSL 97.38º 0.26% 0.47% -
HSV(B) 97.38º 0.41% 0.59% -
XYZ 19.39 25.98 13.44 -
YUV 131.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 112 150 89 0.25 0 0.41 0.41 97.38 0.26 0.47
Hex 70 96 59 19 0 29 29 61 1A 2F
Octal 160 226 131 31 0 51 51 141 32 57
Binary 1110000 10010110 1011001 11001 0 101001 101001 1100001 11010 101111

Color Harmonies of #709659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709659

Black with #709659

Text Example


Text Example

White with #709659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709659; }

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

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

background-color css

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

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

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

border-color css

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

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

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