Html Css Color HEX #609277 Patina

📋 copy color: '#609277'

red 96 ◦ green 146 ◦ blue 119

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

Shades of Patina #609277

Tints of Patina #609277

RGB

 RED value IS 96 (37.89% from 255) = 26.59%

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 26.59%
G = 40.44%
B = 32.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#609277 (or 0x609277) is known color: Patina. HEX triplet: 60, 92 and 77. RGB value is (96,146,119). Sum of RGB (Red+Green+Blue) = 96+146+119=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #609277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609277 is #9F6D88. Grayscale: #808080. Windows color (decimal): -10448265 or 7836256. OLE color: 7836256.

HSL color Cylindrical-coordinate representation of color #609277: hue angle of 147.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609277 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 119 -
CMYK 0.34 0 0.18 0.43
HSL 147.6º 0.21% 0.47% -
HSV(B) 147.6º 0.34% 0.57% -
XYZ 18.43 24.38 21.19 -
YUV 127.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 96 146 119 0.34 0 0.18 0.43 147.6 0.21 0.47
Hex 60 92 77 22 0 12 2B 94 15 2F
Octal 140 222 167 42 0 22 53 224 25 57
Binary 1100000 10010010 1110111 100010 0 10010 101011 10010100 10101 101111

Color Harmonies of #609277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609277

Black with #609277

Text Example


Text Example

White with #609277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609277; }

 p { color: rgb(96,146,119); }

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

background-color css

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

 a { background-color: rgb(96,146,119); }

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

border-color css

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

 span { border-color: rgb(96,146,119); }

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