#6CBD7B

Color #6CBD7B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #6CBD7B

Tints of Fern #6CBD7B

Color information

#6CBD7B (or 0x6CBD7B) is unknown color: approx Fern. HEX triplet: 6C, BD and 7B. RGB value is (108,189,123). Sum of RGB (Red+Green+Blue) = 108+189+123=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBD7B is #934284. Grayscale: #9D9D9D. Windows color (decimal): -9650821 or 8109420. OLE color: 8109420.

HSL color Cylindrical-coordinate representation of color #6CBD7B: hue angle of 131.11º degrees, saturation: 0.38, 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 #6CBD7B is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB108189123-
CMYK0.4300.350.26
HSL131.11º38.03%58.24%-
HSV(B)131.11º42.86%74.12%-
XYZ27.9641.0125.18-
YUV157.26108.6692.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=25.71%
G=45%
B=29.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081891230.4300.350.26131.1138.0358.24
Hex6CBD7B2B0231A83263a
Octal15427517353043322034672
Binary110110010111101111101110101101000111101010000011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,123); }

 H1.HeaderClassName
 {
   color: #6CBD7B;
 }
 .AnyTagClassName
 {
   color: #6CBD7B;
 }
</style>
background-color css

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

 a { background-color: rgb(108,189,123); }

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

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

 span { border-color: rgb(108,189,123); }

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