#69AC6B

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

Shades of Fern #69AC6B

Tints of Fern #69AC6B

Color information

#69AC6B (or 0x69AC6B) is unknown color: approx Fern. HEX triplet: 69, AC and 6B. RGB value is (105,172,107). Sum of RGB (Red+Green+Blue) = 105+172+107=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC6B is #965394. Grayscale: #909090. Windows color (decimal): -9851797 or 7056489. OLE color: 7056489.

HSL color Cylindrical-coordinate representation of color #69AC6B: hue angle of 121.79º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC6B is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB105172107-
CMYK0.3900.380.33
HSL121.79º28.76%54.31%-
HSV(B)121.79º38.95%67.45%-
XYZ23.2333.5719.17-
YUV144.56106.899.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=27.34%
G=44.79%
B=27.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721070.3900.380.33121.7928.7654.31
Hex69AC6B27026217a1d36
Octal15125415347046411723566
Binary11010011010110011010111001110100110100001111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AC6B; }

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

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

<style>
 a { background-color: #69AC6B; }

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

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

<style>
 span { border-color: #69AC6B; }

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

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