Html Css Color HEX #709453 Highland

📋 copy color: '#709453'

red 112 ◦ green 148 ◦ blue 83

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

Shades of Highland #709453

Tints of Highland #709453

RGB

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

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

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

R = 32.65%
G = 43.15%
B = 24.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#709453 (or 0x709453) is known color: Highland. HEX triplet: 70, 94 and 53. RGB value is (112,148,83). Sum of RGB (Red+Green+Blue) = 112+148+83=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #709453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709453 is #8F6BAC. Grayscale: #828282. Windows color (decimal): -9399213 or 5477488. OLE color: 5477488.

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

Color convert

RGB 112 148 83 -
CMYK 0.24 0 0.44 0.42
HSL 93.23º 0.28% 0.45% -
HSV(B) 93.23º 0.44% 0.58% -
XYZ 18.83 25.25 12.06 -
YUV 129.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 112 148 83 0.24 0 0.44 0.42 93.23 0.28 0.45
Hex 70 94 53 18 0 2C 2A 5D 1C 2D
Octal 160 224 123 30 0 54 52 135 34 55
Binary 1110000 10010100 1010011 11000 0 101100 101010 1011101 11100 101101

Color Harmonies of #709453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709453

Black with #709453

Text Example


Text Example

White with #709453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709453; }

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

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

background-color css

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

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

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

border-color css

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

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

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