Html Css Color HEX #709861 Highland

📋 copy color: '#709861'

red 112 ◦ green 152 ◦ blue 97

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

Shades of Highland #709861

Tints of Highland #709861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 31.02%
G = 42.11%
B = 26.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#709861 (or 0x709861) is known color: Highland. HEX triplet: 70, 98 and 61. RGB value is (112,152,97). Sum of RGB (Red+Green+Blue) = 112+152+97=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #709861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709861 is #8F679E. Grayscale: #858585. Windows color (decimal): -9398175 or 6396016. OLE color: 6396016.

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

Color convert

RGB 112 152 97 -
CMYK 0.26 0 0.36 0.40
HSL 103.64º 0.22% 0.49% -
HSV(B) 103.64º 0.36% 0.6% -
XYZ 20.07 26.76 15.42 -
YUV 133.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 112 152 97 0.26 0 0.36 0.40 103.64 0.22 0.49
Hex 70 98 61 1A 0 24 28 68 16 31
Octal 160 230 141 32 0 44 50 150 26 61
Binary 1110000 10011000 1100001 11010 0 100100 101000 1101000 10110 110001

Color Harmonies of #709861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709861

Black with #709861

Text Example


Text Example

White with #709861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709861; }

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

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

background-color css

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

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

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

border-color css

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

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

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