Html Css Color HEX #709761 Highland

📋 copy color: '#709761'

red 112 ◦ green 151 ◦ blue 97

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

Shades of Highland #709761

Tints of Highland #709761

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

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

R = 31.11%
G = 41.94%
B = 26.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#709761 (or 0x709761) is known color: Highland. HEX triplet: 70, 97 and 61. RGB value is (112,151,97). Sum of RGB (Red+Green+Blue) = 112+151+97=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #709761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709761 is #8F689E. Grayscale: #858585. Windows color (decimal): -9398431 or 6395760. OLE color: 6395760.

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

Color convert

RGB 112 151 97 -
CMYK 0.26 0 0.36 0.41
HSL 103.33º 0.22% 0.49% -
HSV(B) 103.33º 0.36% 0.59% -
XYZ 19.91 26.44 15.36 -
YUV 133.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 112 151 97 0.26 0 0.36 0.41 103.33 0.22 0.49
Hex 70 97 61 1A 0 24 29 67 16 31
Octal 160 227 141 32 0 44 51 147 26 61
Binary 1110000 10010111 1100001 11010 0 100100 101001 1100111 10110 110001

Color Harmonies of #709761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709761

Black with #709761

Text Example


Text Example

White with #709761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709761; }

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

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

background-color css

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

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

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

border-color css

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

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

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