Html Css Color HEX #60AF6B Fern

📋 copy color: '#60AF6B'

red 96 ◦ green 175 ◦ blue 107

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

Shades of Fern #60AF6B

Tints of Fern #60AF6B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 25.4%
G = 46.3%
B = 28.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#60AF6B (or 0x60AF6B) is known color: Fern. HEX triplet: 60, AF and 6B. RGB value is (96,175,107). Sum of RGB (Red+Green+Blue) = 96+175+107=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF6B is #9F5094. Grayscale: #8F8F8F. Windows color (decimal): -10440853 or 7057248. OLE color: 7057248.

HSL color Cylindrical-coordinate representation of color #60AF6B: hue angle of 128.35º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF6B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 175 107 -
CMYK 0.45 0 0.39 0.31
HSL 128.35º 0.33% 0.53% -
HSV(B) 128.35º 0.45% 0.69% -
XYZ 22.81 34.21 19.31 -
YUV 143.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 96 175 107 0.45 0 0.39 0.31 128.35 0.33 0.53
Hex 60 AF 6B 2D 0 27 1F 80 21 35
Octal 140 257 153 55 0 47 37 200 41 65
Binary 1100000 10101111 1101011 101101 0 100111 11111 10000000 100001 110101

Color Harmonies of #60AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AF6B

Black with #60AF6B

Text Example


Text Example

White with #60AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,175,107); }

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

background-color css

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

 a { background-color: rgb(96,175,107); }

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

border-color css

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

 span { border-color: rgb(96,175,107); }

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