Html Css Color HEX #6CBA7C Fern

📋 copy color: '#6CBA7C'

red 108 ◦ green 186 ◦ blue 124

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

Shades of Fern #6CBA7C

Tints of Fern #6CBA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 25.84%
G = 44.5%
B = 29.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#6CBA7C (or 0x6CBA7C) is known color: Fern. HEX triplet: 6C, BA and 7C. RGB value is (108,186,124). Sum of RGB (Red+Green+Blue) = 108+186+124=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA7C is #934583. Grayscale: #9B9B9B. Windows color (decimal): -9651588 or 8174188. OLE color: 8174188.

HSL color Cylindrical-coordinate representation of color #6CBA7C: hue angle of 132.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBA7C is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 124 -
CMYK 0.42 0 0.33 0.27
HSL 132.31º 0.36% 0.58% -
HSV(B) 132.31º 0.42% 0.73% -
XYZ 27.38 39.76 25.3 -
YUV 155.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 108 186 124 0.42 0 0.33 0.27 132.31 0.36 0.58
Hex 6C BA 7C 2A 0 21 1B 84 24 3A
Octal 154 272 174 52 0 41 33 204 44 72
Binary 1101100 10111010 1111100 101010 0 100001 11011 10000100 100100 111010

Color Harmonies of #6CBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBA7C

Black with #6CBA7C

Text Example


Text Example

White with #6CBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,124); }

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

background-color css

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

 a { background-color: rgb(108,186,124); }

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

border-color css

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

 span { border-color: rgb(108,186,124); }

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