Html Css Color HEX #6CBC70 Fern

📋 copy color: '#6CBC70'

red 108 ◦ green 188 ◦ blue 112

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

Shades of Fern #6CBC70

Tints of Fern #6CBC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.08%

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

R = 26.47%
G = 46.08%
B = 27.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#6CBC70 (or 0x6CBC70) is known color: Fern. HEX triplet: 6C, BC and 70. RGB value is (108,188,112). Sum of RGB (Red+Green+Blue) = 108+188+112=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC70 is #93438F. Grayscale: #9B9B9B. Windows color (decimal): -9651088 or 7388268. OLE color: 7388268.

HSL color Cylindrical-coordinate representation of color #6CBC70: hue angle of 123º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBC70 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 188 112 -
CMYK 0.43 0 0.40 0.26
HSL 123º 0.37% 0.58% -
HSV(B) 123º 0.43% 0.74% -
XYZ 27.09 40.32 21.68 -
YUV 155.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 108 188 112 0.43 0 0.40 0.26 123 0.37 0.58
Hex 6C BC 70 2B 0 28 1A 7B 25 3A
Octal 154 274 160 53 0 50 32 173 45 72
Binary 1101100 10111100 1110000 101011 0 101000 11010 1111011 100101 111010

Color Harmonies of #6CBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBC70

Black with #6CBC70

Text Example


Text Example

White with #6CBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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