#6BAC72

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

Shades of Fern #6BAC72

Tints of Fern #6BAC72

Color information

#6BAC72 (or 0x6BAC72) is unknown color: approx Fern. HEX triplet: 6B, AC and 72. RGB value is (107,172,114). Sum of RGB (Red+Green+Blue) = 107+172+114=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC72 is #94538D. Grayscale: #929292. Windows color (decimal): -9720718 or 7515243. OLE color: 7515243.

HSL color Cylindrical-coordinate representation of color #6BAC72: hue angle of 126.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC72 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB107172114-
CMYK0.3800.340.33
HSL126.46º28.14%54.71%-
HSV(B)126.46º37.79%67.45%-
XYZ23.8533.8521.2-
YUV145.95109.97100.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=27.23%
G=43.77%
B=29.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721140.3800.340.33126.4628.1454.71
Hex6BAC7226022217e1c37
Octal15325416246042411763467
Binary11010111010110011100101001100100010100001111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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