#6BB460

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

Shades of Fern #6BB460

Tints of Fern #6BB460

Color information

#6BB460 (or 0x6BB460) is unknown color: approx Fern. HEX triplet: 6B, B4 and 60. RGB value is (107,180,96). Sum of RGB (Red+Green+Blue) = 107+180+96=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB460 is #944B9F. Grayscale: #949494. Windows color (decimal): -9718688 or 6337643. OLE color: 6337643.

HSL color Cylindrical-coordinate representation of color #6BB460: hue angle of 112.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BB460 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB10718096-
CMYK0.4100.470.29
HSL112.14º35.9%54.12%-
HSV(B)112.14º46.67%70.59%-
XYZ24.536.6116.84-
YUV148.698.3298.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=27.94%
G=47.00%
B=25.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107180960.4100.470.29112.1435.954.12
Hex6BB4602902F1D702436
Octal15326414051057351604466
Binary11010111011010011000001010010101111111011110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,96); }

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

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

 a { background-color: rgb(107,180,96); }

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

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

 span { border-color: rgb(107,180,96); }

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