#6BCA72

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

Shades of Fern #6BCA72

Tints of Fern #6BCA72

Color information

#6BCA72 (or 0x6BCA72) is unknown color: approx Fern. HEX triplet: 6B, CA and 72. RGB value is (107,202,114). Sum of RGB (Red+Green+Blue) = 107+202+114=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA72 is #94358D. Grayscale: #A3A3A3. Windows color (decimal): -9713038 or 7522923. OLE color: 7522923.

HSL color Cylindrical-coordinate representation of color #6BCA72: hue angle of 124.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCA72 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB107202114-
CMYK0.4700.440.21
HSL124.42º47.26%60.59%-
HSV(B)124.42º47.03%79.22%-
XYZ30.2246.5823.32-
YUV163.56100.0387.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=25.30%
G=47.75%
B=26.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021140.4700.440.21124.4247.2660.59
Hex6BCA722F02C157c2f3d
Octal15331216257054251745775
Binary11010111100101011100101011110101100101011111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,114); }

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

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

 a { background-color: rgb(107,202,114); }

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

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

 span { border-color: rgb(107,202,114); }

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