Html Css Color HEX #60907F Patina

📋 copy color: '#60907F'

red 96 ◦ green 144 ◦ blue 127

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

Shades of Patina #60907F

Tints of Patina #60907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 26.16%
G = 39.24%
B = 34.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#60907F (or 0x60907F) is known color: Patina. HEX triplet: 60, 90 and 7F. RGB value is (96,144,127). Sum of RGB (Red+Green+Blue) = 96+144+127=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #60907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60907F is #9F6F80. Grayscale: #7F7F7F. Windows color (decimal): -10448769 or 8360032. OLE color: 8360032.

HSL color Cylindrical-coordinate representation of color #60907F: hue angle of 158.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60907F is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 127 -
CMYK 0.33 0 0.12 0.44
HSL 158.75º 0.2% 0.47% -
HSV(B) 158.75º 0.33% 0.56% -
XYZ 18.63 23.97 23.72 -
YUV 127.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 96 144 127 0.33 0 0.12 0.44 158.75 0.2 0.47
Hex 60 90 7F 21 0 C 2C 9F 14 2F
Octal 140 220 177 41 0 14 54 237 24 57
Binary 1100000 10010000 1111111 100001 0 1100 101100 10011111 10100 101111

Color Harmonies of #60907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60907F

Black with #60907F

Text Example


Text Example

White with #60907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60907F; }

 p { color: rgb(96,144,127); }

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

background-color css

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

 a { background-color: rgb(96,144,127); }

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

border-color css

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

 span { border-color: rgb(96,144,127); }

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