#69AC6A

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

Shades of Fern #69AC6A

Tints of Fern #69AC6A

Color information

#69AC6A (or 0x69AC6A) is unknown color: approx Fern. HEX triplet: 69, AC and 6A. RGB value is (105,172,106). Sum of RGB (Red+Green+Blue) = 105+172+106=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC6A is #965395. Grayscale: #909090. Windows color (decimal): -9851798 or 6990953. OLE color: 6990953.

HSL color Cylindrical-coordinate representation of color #69AC6A: hue angle of 120.9º 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 #69AC6A is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB105172106-
CMYK0.3900.380.33
HSL120.9º28.76%54.31%-
HSV(B)120.9º38.95%67.45%-
XYZ23.1833.5518.89-
YUV144.44106.399.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=27.42%
G=44.91%
B=27.68%

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
Decimal1051721060.3900.380.33120.928.7654.31
Hex69AC6A2702621791d36
Octal15125415247046411713566
Binary11010011010110011010101001110100110100001111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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