Html Css Color HEX #60B072 Fern

📋 copy color: '#60B072'

red 96 ◦ green 176 ◦ blue 114

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

Shades of Fern #60B072

Tints of Fern #60B072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 24.87%
G = 45.6%
B = 29.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#60B072 (or 0x60B072) is known color: Fern. HEX triplet: 60, B0 and 72. RGB value is (96,176,114). Sum of RGB (Red+Green+Blue) = 96+176+114=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #60B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B072 is #9F4F8D. Grayscale: #919191. Windows color (decimal): -10440590 or 7516256. OLE color: 7516256.

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

Color convert

RGB 96 176 114 -
CMYK 0.45 0 0.35 0.31
HSL 133.5º 0.34% 0.53% -
HSV(B) 133.5º 0.45% 0.69% -
XYZ 23.39 34.75 21.39 -
YUV 145.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 96 176 114 0.45 0 0.35 0.31 133.5 0.34 0.53
Hex 60 B0 72 2D 0 23 1F 86 22 35
Octal 140 260 162 55 0 43 37 206 42 65
Binary 1100000 10110000 1110010 101101 0 100011 11111 10000110 100010 110101

Color Harmonies of #60B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B072

Black with #60B072

Text Example


Text Example

White with #60B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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