Html Css Color HEX #60967F Patina

📋 copy color: '#60967F'

red 96 ◦ green 150 ◦ blue 127

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

Shades of Patina #60967F

Tints of Patina #60967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 25.74%
G = 40.21%
B = 34.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#60967F (or 0x60967F) is known color: Patina. HEX triplet: 60, 96 and 7F. RGB value is (96,150,127). Sum of RGB (Red+Green+Blue) = 96+150+127=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #60967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60967F is #9F6980. Grayscale: #838383. Windows color (decimal): -10447233 or 8361568. OLE color: 8361568.

HSL color Cylindrical-coordinate representation of color #60967F: hue angle of 154.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60967F is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 127 -
CMYK 0.36 0 0.15 0.41
HSL 154.44º 0.22% 0.48% -
HSV(B) 154.44º 0.36% 0.59% -
XYZ 19.56 25.83 24.03 -
YUV 131.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 96 150 127 0.36 0 0.15 0.41 154.44 0.22 0.48
Hex 60 96 7F 24 0 F 29 9A 16 30
Octal 140 226 177 44 0 17 51 232 26 60
Binary 1100000 10010110 1111111 100100 0 1111 101001 10011010 10110 110000

Color Harmonies of #60967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60967F

Black with #60967F

Text Example


Text Example

White with #60967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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