#6CB465

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

Shades of Fern #6CB465

Tints of Fern #6CB465

Color information

#6CB465 (or 0x6CB465) is unknown color: approx Fern. HEX triplet: 6C, B4 and 65. RGB value is (108,180,101). Sum of RGB (Red+Green+Blue) = 108+180+101=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB465 is #934B9A. Grayscale: #959595. Windows color (decimal): -9653147 or 6665324. OLE color: 6665324.

HSL color Cylindrical-coordinate representation of color #6CB465: hue angle of 114.68º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CB465 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB108180101-
CMYK0.4000.440.29
HSL114.68º34.5%55.1%-
HSV(B)114.68º43.89%70.59%-
XYZ24.8536.7718.1-
YUV149.47100.6598.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.76%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=27.76%
G=46.27%
B=25.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801010.4000.440.29114.6834.555.1
Hex6CB4652802C1D732237
Octal15426414550054351634267
Binary11011001011010011001011010000101100111011110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,101); }

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

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

 a { background-color: rgb(108,180,101); }

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

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

 span { border-color: rgb(108,180,101); }

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