Html Css Color HEX #60907B Patina

📋 copy color: '#60907B'

red 96 ◦ green 144 ◦ blue 123

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

Shades of Patina #60907B

Tints of Patina #60907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 26.45%
G = 39.67%
B = 33.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#60907B (or 0x60907B) is known color: Patina. HEX triplet: 60, 90 and 7B. RGB value is (96,144,123). Sum of RGB (Red+Green+Blue) = 96+144+123=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #60907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60907B is #9F6F84. Grayscale: #7F7F7F. Windows color (decimal): -10448773 or 8097888. OLE color: 8097888.

HSL color Cylindrical-coordinate representation of color #60907B: hue angle of 153.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 #60907B is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 123 -
CMYK 0.33 0 0.15 0.44
HSL 153.75º 0.2% 0.47% -
HSV(B) 153.75º 0.33% 0.56% -
XYZ 18.37 23.86 22.38 -
YUV 127.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 96 144 123 0.33 0 0.15 0.44 153.75 0.2 0.47
Hex 60 90 7B 21 0 F 2C 9A 14 2F
Octal 140 220 173 41 0 17 54 232 24 57
Binary 1100000 10010000 1111011 100001 0 1111 101100 10011010 10100 101111

Color Harmonies of #60907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60907B

Black with #60907B

Text Example


Text Example

White with #60907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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