Html Css Color HEX #609E83 Patina

📋 copy color: '#609E83'

red 96 ◦ green 158 ◦ blue 131

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

Shades of Patina #609E83

Tints of Patina #609E83

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 24.94%
G = 41.04%
B = 34.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#609E83 (or 0x609E83) is known color: Patina. HEX triplet: 60, 9E and 83. RGB value is (96,158,131). Sum of RGB (Red+Green+Blue) = 96+158+131=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #609E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E83 is #9F617C. Grayscale: #888888. Windows color (decimal): -10445181 or 8625760. OLE color: 8625760.

HSL color Cylindrical-coordinate representation of color #609E83: hue angle of 153.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E83 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 158 131 -
CMYK 0.39 0 0.17 0.38
HSL 153.87º 0.24% 0.5% -
HSV(B) 153.87º 0.39% 0.62% -
XYZ 21.15 28.58 25.87 -
YUV 136.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 96 158 131 0.39 0 0.17 0.38 153.87 0.24 0.5
Hex 60 9E 83 27 0 11 26 9A 18 32
Octal 140 236 203 47 0 21 46 232 30 62
Binary 1100000 10011110 10000011 100111 0 10001 100110 10011010 11000 110010

Color Harmonies of #609E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609E83

Black with #609E83

Text Example


Text Example

White with #609E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609E83; }

 p { color: rgb(96,158,131); }

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

background-color css

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

 a { background-color: rgb(96,158,131); }

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

border-color css

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

 span { border-color: rgb(96,158,131); }

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