Html Css Color HEX #709260 Highland

📋 copy color: '#709260'

red 112 ◦ green 146 ◦ blue 96

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

Shades of Highland #709260

Tints of Highland #709260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.24%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 31.64%
G = 41.24%
B = 27.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#709260 (or 0x709260) is known color: Highland. HEX triplet: 70, 92 and 60. RGB value is (112,146,96). Sum of RGB (Red+Green+Blue) = 112+146+96=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #709260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709260 is #8F6D9F. Grayscale: #828282. Windows color (decimal): -9399712 or 6328944. OLE color: 6328944.

HSL color Cylindrical-coordinate representation of color #709260: hue angle of 100.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709260 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 96 -
CMYK 0.23 0 0.34 0.43
HSL 100.8º 0.21% 0.47% -
HSV(B) 100.8º 0.34% 0.57% -
XYZ 19.07 24.85 14.86 -
YUV 130.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 112 146 96 0.23 0 0.34 0.43 100.8 0.21 0.47
Hex 70 92 60 17 0 22 2B 65 15 2F
Octal 160 222 140 27 0 42 53 145 25 57
Binary 1110000 10010010 1100000 10111 0 100010 101011 1100101 10101 101111

Color Harmonies of #709260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709260

Black with #709260

Text Example


Text Example

White with #709260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709260; }

 p { color: rgb(112,146,96); }

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

background-color css

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

 a { background-color: rgb(112,146,96); }

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

border-color css

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

 span { border-color: rgb(112,146,96); }

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