#6BB068

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

Shades of Fern #6BB068

Tints of Fern #6BB068

Color information

#6BB068 (or 0x6BB068) is unknown color: approx Fern. HEX triplet: 6B, B0 and 68. RGB value is (107,176,104). Sum of RGB (Red+Green+Blue) = 107+176+104=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB068 is #944F97. Grayscale: #939393. Windows color (decimal): -9719704 or 6860907. OLE color: 6860907.

HSL color Cylindrical-coordinate representation of color #6BB068: hue angle of 117.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB068 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB107176104-
CMYK0.3900.410.31
HSL117.5º31.3%54.9%-
HSV(B)117.5º40.91%69.02%-
XYZ24.0935.1818.62-
YUV147.16103.6499.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=27.65%
G=45.48%
B=26.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761040.3900.410.31117.531.354.9
Hex6BB068270291F761f37
Octal15326015047051371663767
Binary1101011101100001101000100111010100111111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,176,104); }

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

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

 a { background-color: rgb(107,176,104); }

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

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

 span { border-color: rgb(107,176,104); }

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