Html Css Color HEX #60B06F Fern

📋 copy color: '#60B06F'

red 96 ◦ green 176 ◦ blue 111

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

Shades of Fern #60B06F

Tints of Fern #60B06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

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

R = 25.07%
G = 45.95%
B = 28.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#60B06F (or 0x60B06F) is known color: Fern. HEX triplet: 60, B0 and 6F. RGB value is (96,176,111). Sum of RGB (Red+Green+Blue) = 96+176+111=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #60B06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B06F is #9F4F90. Grayscale: #909090. Windows color (decimal): -10440593 or 7319648. OLE color: 7319648.

HSL color Cylindrical-coordinate representation of color #60B06F: hue angle of 131.25º degrees, saturation: 0.34, 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 #60B06F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 176 111 -
CMYK 0.45 0 0.37 0.31
HSL 131.25º 0.34% 0.53% -
HSV(B) 131.25º 0.45% 0.69% -
XYZ 23.22 34.69 20.51 -
YUV 144.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 96 176 111 0.45 0 0.37 0.31 131.25 0.34 0.53
Hex 60 B0 6F 2D 0 25 1F 83 22 35
Octal 140 260 157 55 0 45 37 203 42 65
Binary 1100000 10110000 1101111 101101 0 100101 11111 10000011 100010 110101

Color Harmonies of #60B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B06F

Black with #60B06F

Text Example


Text Example

White with #60B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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