Html Css Color HEX #709661 Highland

📋 copy color: '#709661'

red 112 ◦ green 150 ◦ blue 97

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

Shades of Highland #709661

Tints of Highland #709661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 31.2%
G = 41.78%
B = 27.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#709661 (or 0x709661) is known color: Highland. HEX triplet: 70, 96 and 61. RGB value is (112,150,97). Sum of RGB (Red+Green+Blue) = 112+150+97=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #709661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709661 is #8F699E. Grayscale: #848484. Windows color (decimal): -9398687 or 6395504. OLE color: 6395504.

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

Color convert

RGB 112 150 97 -
CMYK 0.25 0 0.35 0.41
HSL 103.02º 0.21% 0.48% -
HSV(B) 103.02º 0.35% 0.59% -
XYZ 19.75 26.12 15.31 -
YUV 132.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 112 150 97 0.25 0 0.35 0.41 103.02 0.21 0.48
Hex 70 96 61 19 0 23 29 67 15 30
Octal 160 226 141 31 0 43 51 147 25 60
Binary 1110000 10010110 1100001 11001 0 100011 101001 1100111 10101 110000

Color Harmonies of #709661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709661

Black with #709661

Text Example


Text Example

White with #709661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709661; }

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

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

background-color css

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

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

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

border-color css

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

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

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