Html Css Color HEX #709481 Patina

📋 copy color: '#709481'

red 112 ◦ green 148 ◦ blue 129

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

Shades of Patina #709481

Tints of Patina #709481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 28.79%
G = 38.05%
B = 33.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#709481 (or 0x709481) is known color: Patina. HEX triplet: 70, 94 and 81. RGB value is (112,148,129). Sum of RGB (Red+Green+Blue) = 112+148+129=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #709481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709481 is #8F6B7E. Grayscale: #878787. Windows color (decimal): -9399167 or 8492144. OLE color: 8492144.

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

Color convert

RGB 112 148 129 -
CMYK 0.24 0 0.13 0.42
HSL 148.33º 0.14% 0.51% -
HSV(B) 148.33º 0.24% 0.58% -
XYZ 21.23 26.21 24.71 -
YUV 135.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 112 148 129 0.24 0 0.13 0.42 148.33 0.14 0.51
Hex 70 94 81 18 0 D 2A 94 E 33
Octal 160 224 201 30 0 15 52 224 16 63
Binary 1110000 10010100 10000001 11000 0 1101 101010 10010100 1110 110011

Color Harmonies of #709481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709481

Black with #709481

Text Example


Text Example

White with #709481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709481; }

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

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

background-color css

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

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

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

border-color css

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

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

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