Html Css Color HEX #709451 Highland

📋 copy color: '#709451'

red 112 ◦ green 148 ◦ blue 81

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

Shades of Highland #709451

Tints of Highland #709451

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 32.84%
G = 43.4%
B = 23.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#709451 (or 0x709451) is known color: Highland. HEX triplet: 70, 94 and 51. RGB value is (112,148,81). Sum of RGB (Red+Green+Blue) = 112+148+81=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #709451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709451 is #8F6BAE. Grayscale: #818181. Windows color (decimal): -9399215 or 5346416. OLE color: 5346416.

HSL color Cylindrical-coordinate representation of color #709451: hue angle of 92.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709451 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 81 -
CMYK 0.24 0 0.45 0.42
HSL 92.24º 0.29% 0.45% -
HSV(B) 92.24º 0.45% 0.58% -
XYZ 18.76 25.22 11.66 -
YUV 129.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 112 148 81 0.24 0 0.45 0.42 92.24 0.29 0.45
Hex 70 94 51 18 0 2D 2A 5C 1D 2D
Octal 160 224 121 30 0 55 52 134 35 55
Binary 1110000 10010100 1010001 11000 0 101101 101010 1011100 11101 101101

Color Harmonies of #709451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709451

Black with #709451

Text Example


Text Example

White with #709451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709451; }

 p { color: rgb(112,148,81); }

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

background-color css

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

 a { background-color: rgb(112,148,81); }

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

border-color css

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

 span { border-color: rgb(112,148,81); }

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