Html Css Color HEX #709052 Highland

📋 copy color: '#709052'

red 112 ◦ green 144 ◦ blue 82

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

Shades of Highland #709052

Tints of Highland #709052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 33.14%
G = 42.6%
B = 24.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#709052 (or 0x709052) is known color: Highland. HEX triplet: 70, 90 and 52. RGB value is (112,144,82). Sum of RGB (Red+Green+Blue) = 112+144+82=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #709052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709052 is #8F6FAD. Grayscale: #7F7F7F. Windows color (decimal): -9400238 or 5410928. OLE color: 5410928.

HSL color Cylindrical-coordinate representation of color #709052: hue angle of 90.97º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709052 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 82 -
CMYK 0.22 0 0.43 0.44
HSL 90.97º 0.27% 0.44% -
HSV(B) 90.97º 0.43% 0.56% -
XYZ 18.18 24 11.66 -
YUV 127.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 112 144 82 0.22 0 0.43 0.44 90.97 0.27 0.44
Hex 70 90 52 16 0 2B 2C 5B 1B 2C
Octal 160 220 122 26 0 53 54 133 33 54
Binary 1110000 10010000 1010010 10110 0 101011 101100 1011011 11011 101100

Color Harmonies of #709052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709052

Black with #709052

Text Example


Text Example

White with #709052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709052; }

 p { color: rgb(112,144,82); }

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

background-color css

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

 a { background-color: rgb(112,144,82); }

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

border-color css

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

 span { border-color: rgb(112,144,82); }

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