Html Css Color HEX #609881 Patina

📋 copy color: '#609881'

red 96 ◦ green 152 ◦ blue 129

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

Shades of Patina #609881

Tints of Patina #609881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 25.46%
G = 40.32%
B = 34.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#609881 (or 0x609881) is known color: Patina. HEX triplet: 60, 98 and 81. RGB value is (96,152,129). Sum of RGB (Red+Green+Blue) = 96+152+129=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #609881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609881 is #9F677E. Grayscale: #848484. Windows color (decimal): -10446719 or 8493152. OLE color: 8493152.

HSL color Cylindrical-coordinate representation of color #609881: hue angle of 155.36º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609881 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 129 -
CMYK 0.37 0 0.15 0.40
HSL 155.36º 0.23% 0.49% -
HSV(B) 155.36º 0.37% 0.6% -
XYZ 20.01 26.53 24.83 -
YUV 132.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 96 152 129 0.37 0 0.15 0.40 155.36 0.23 0.49
Hex 60 98 81 25 0 F 28 9B 17 31
Octal 140 230 201 45 0 17 50 233 27 61
Binary 1100000 10011000 10000001 100101 0 1111 101000 10011011 10111 110001

Color Harmonies of #609881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609881

Black with #609881

Text Example


Text Example

White with #609881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609881; }

 p { color: rgb(96,152,129); }

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

background-color css

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

 a { background-color: rgb(96,152,129); }

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

border-color css

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

 span { border-color: rgb(96,152,129); }

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