Html Css Color HEX #60967B Patina

📋 copy color: '#60967B'

red 96 ◦ green 150 ◦ blue 123

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

Shades of Patina #60967B

Tints of Patina #60967B

RGB

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

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

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

R = 26.02%
G = 40.65%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#60967B (or 0x60967B) is known color: Patina. HEX triplet: 60, 96 and 7B. RGB value is (96,150,123). Sum of RGB (Red+Green+Blue) = 96+150+123=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #60967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60967B is #9F6984. Grayscale: #828282. Windows color (decimal): -10447237 or 8099424. OLE color: 8099424.

HSL color Cylindrical-coordinate representation of color #60967B: hue angle of 150º 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 #60967B is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 123 -
CMYK 0.36 0 0.18 0.41
HSL 150º 0.22% 0.48% -
HSV(B) 150º 0.36% 0.59% -
XYZ 19.31 25.73 22.69 -
YUV 130.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 96 150 123 0.36 0 0.18 0.41 150 0.22 0.48
Hex 60 96 7B 24 0 12 29 96 16 30
Octal 140 226 173 44 0 22 51 226 26 60
Binary 1100000 10010110 1111011 100100 0 10010 101001 10010110 10110 110000

Color Harmonies of #60967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60967B

Black with #60967B

Text Example


Text Example

White with #60967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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