Html Css Color HEX #60B165 Fern

📋 copy color: '#60B165'

red 96 ◦ green 177 ◦ blue 101

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

Shades of Fern #60B165

Tints of Fern #60B165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.33%

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 25.67%
G = 47.33%
B = 27.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#60B165 (or 0x60B165) is known color: Fern. HEX triplet: 60, B1 and 65. RGB value is (96,177,101). Sum of RGB (Red+Green+Blue) = 96+177+101=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #60B165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B165 is #9F4E9A. Grayscale: #909090. Windows color (decimal): -10440347 or 6664544. OLE color: 6664544.

HSL color Cylindrical-coordinate representation of color #60B165: hue angle of 123.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B165 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 177 101 -
CMYK 0.46 0 0.43 0.31
HSL 123.7º 0.34% 0.54% -
HSV(B) 123.7º 0.46% 0.69% -
XYZ 22.89 34.87 17.84 -
YUV 144.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 96 177 101 0.46 0 0.43 0.31 123.7 0.34 0.54
Hex 60 B1 65 2E 0 2B 1F 7C 22 36
Octal 140 261 145 56 0 53 37 174 42 66
Binary 1100000 10110001 1100101 101110 0 101011 11111 1111100 100010 110110

Color Harmonies of #60B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B165

Black with #60B165

Text Example


Text Example

White with #60B165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,177,101); }

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

background-color css

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

 a { background-color: rgb(96,177,101); }

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

border-color css

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

 span { border-color: rgb(96,177,101); }

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