Html Css Color HEX #60A68A Patina

📋 copy color: '#60A68A'

red 96 ◦ green 166 ◦ blue 138

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

Shades of Patina #60A68A

Tints of Patina #60A68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 24%
G = 41.5%
B = 34.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#60A68A (or 0x60A68A) is known color: Patina. HEX triplet: 60, A6 and 8A. RGB value is (96,166,138). Sum of RGB (Red+Green+Blue) = 96+166+138=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #60A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A68A is #9F5975. Grayscale: #8D8D8D. Windows color (decimal): -10443126 or 9086560. OLE color: 9086560.

HSL color Cylindrical-coordinate representation of color #60A68A: hue angle of 156º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A68A is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 166 138 -
CMYK 0.42 0 0.17 0.35
HSL 156º 0.28% 0.51% -
HSV(B) 156º 0.42% 0.65% -
XYZ 23.05 31.59 28.93 -
YUV 141.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 96 166 138 0.42 0 0.17 0.35 156 0.28 0.51
Hex 60 A6 8A 2A 0 11 23 9C 1C 33
Octal 140 246 212 52 0 21 43 234 34 63
Binary 1100000 10100110 10001010 101010 0 10001 100011 10011100 11100 110011

Color Harmonies of #60A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A68A

Black with #60A68A

Text Example


Text Example

White with #60A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A68A; }

 p { color: rgb(96,166,138); }

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

background-color css

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

 a { background-color: rgb(96,166,138); }

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

border-color css

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

 span { border-color: rgb(96,166,138); }

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