Html Css Color HEX #60B070 Fern

📋 copy color: '#60B070'

red 96 ◦ green 176 ◦ blue 112

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

Shades of Fern #60B070

Tints of Fern #60B070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 25%
G = 45.83%
B = 29.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#60B070 (or 0x60B070) is known color: Fern. HEX triplet: 60, B0 and 70. RGB value is (96,176,112). Sum of RGB (Red+Green+Blue) = 96+176+112=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #60B070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B070 is #9F4F8F. Grayscale: #909090. Windows color (decimal): -10440592 or 7385184. OLE color: 7385184.

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

Color convert

RGB 96 176 112 -
CMYK 0.45 0 0.36 0.31
HSL 132º 0.34% 0.53% -
HSV(B) 132º 0.45% 0.69% -
XYZ 23.27 34.71 20.8 -
YUV 144.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 96 176 112 0.45 0 0.36 0.31 132 0.34 0.53
Hex 60 B0 70 2D 0 24 1F 84 22 35
Octal 140 260 160 55 0 44 37 204 42 65
Binary 1100000 10110000 1110000 101101 0 100100 11111 10000100 100010 110101

Color Harmonies of #60B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B070

Black with #60B070

Text Example


Text Example

White with #60B070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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