Html Css Color HEX #60BA6F Fern

📋 copy color: '#60BA6F'

red 96 ◦ green 186 ◦ blue 111

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

Shades of Fern #60BA6F

Tints of Fern #60BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 24.43%
G = 47.33%
B = 28.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#60BA6F (or 0x60BA6F) is known color: Fern. HEX triplet: 60, BA and 6F. RGB value is (96,186,111). Sum of RGB (Red+Green+Blue) = 96+186+111=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA6F is #9F4590. Grayscale: #969696. Windows color (decimal): -10438033 or 7322208. OLE color: 7322208.

HSL color Cylindrical-coordinate representation of color #60BA6F: hue angle of 130º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA6F is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 111 -
CMYK 0.48 0 0.40 0.27
HSL 130º 0.39% 0.55% -
HSV(B) 130º 0.48% 0.73% -
XYZ 25.25 38.75 21.19 -
YUV 150.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 96 186 111 0.48 0 0.40 0.27 130 0.39 0.55
Hex 60 BA 6F 30 0 28 1B 82 27 37
Octal 140 272 157 60 0 50 33 202 47 67
Binary 1100000 10111010 1101111 110000 0 101000 11011 10000010 100111 110111

Color Harmonies of #60BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA6F

Black with #60BA6F

Text Example


Text Example

White with #60BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,111); }

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

background-color css

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

 a { background-color: rgb(96,186,111); }

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

border-color css

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

 span { border-color: rgb(96,186,111); }

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