Html Css Color HEX #6CB770 Fern

📋 copy color: '#6CB770'

red 108 ◦ green 183 ◦ blue 112

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

Shades of Fern #6CB770

Tints of Fern #6CB770

RGB

 RED value IS 108 (42.58% from 255) = 26.8%

 GREEN value IS 183 (71.88% from 255) = 45.41%

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

R = 26.8%
G = 45.41%
B = 27.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#6CB770 (or 0x6CB770) is known color: Fern. HEX triplet: 6C, B7 and 70. RGB value is (108,183,112). Sum of RGB (Red+Green+Blue) = 108+183+112=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB770 is #93488F. Grayscale: #989898. Windows color (decimal): -9652368 or 7386988. OLE color: 7386988.

HSL color Cylindrical-coordinate representation of color #6CB770: hue angle of 123.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB770 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 108 183 112 -
CMYK 0.41 0 0.39 0.28
HSL 123.2º 0.34% 0.57% -
HSV(B) 123.2º 0.41% 0.72% -
XYZ 26.04 38.22 21.33 -
YUV 152.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 108 183 112 0.41 0 0.39 0.28 123.2 0.34 0.57
Hex 6C B7 70 29 0 27 1C 7B 22 39
Octal 154 267 160 51 0 47 34 173 42 71
Binary 1101100 10110111 1110000 101001 0 100111 11100 1111011 100010 111001

Color Harmonies of #6CB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB770

Black with #6CB770

Text Example


Text Example

White with #6CB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB770; }

 p { color: rgb(108,183,112); }

 H1.HeaderClassName
 {
   color: #6CB770;
 }
 .AnyTagClassName
 {
   color: #6CB770;
 }
</style>

background-color css

<style>
 a { background-color: #6CB770; }

 a { background-color: rgb(108,183,112); }

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

border-color css

<style>
 span { border-color: #6CB770; }

 span { border-color: rgb(108,183,112); }

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