Html Css Color HEX #708953 Highland

📋 copy color: '#708953'

red 112 ◦ green 137 ◦ blue 83

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

Shades of Highland #708953

Tints of Highland #708953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 83 (32.81% from 255) = 25%

R = 33.73%
G = 41.27%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#708953 (or 0x708953) is known color: Highland. HEX triplet: 70, 89 and 53. RGB value is (112,137,83). Sum of RGB (Red+Green+Blue) = 112+137+83=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #708953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708953 is #8F76AC. Grayscale: #7B7B7B. Windows color (decimal): -9402029 or 5474672. OLE color: 5474672.

HSL color Cylindrical-coordinate representation of color #708953: hue angle of 87.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #708953 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 83 -
CMYK 0.18 0 0.39 0.46
HSL 87.78º 0.25% 0.43% -
HSV(B) 87.78º 0.39% 0.54% -
XYZ 17.19 21.96 11.52 -
YUV 123.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 112 137 83 0.18 0 0.39 0.46 87.78 0.25 0.43
Hex 70 89 53 12 0 27 2E 58 19 2B
Octal 160 211 123 22 0 47 56 130 31 53
Binary 1110000 10001001 1010011 10010 0 100111 101110 1011000 11001 101011

Color Harmonies of #708953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708953

Black with #708953

Text Example


Text Example

White with #708953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708953; }

 p { color: rgb(112,137,83); }

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

background-color css

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

 a { background-color: rgb(112,137,83); }

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

border-color css

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

 span { border-color: rgb(112,137,83); }

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