#69AC74

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

Shades of Fern #69AC74

Tints of Fern #69AC74

Color information

#69AC74 (or 0x69AC74) is unknown color: approx Fern. HEX triplet: 69, AC and 74. RGB value is (105,172,116). Sum of RGB (Red+Green+Blue) = 105+172+116=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC74 is #96538B. Grayscale: #919191. Windows color (decimal): -9851788 or 7646313. OLE color: 7646313.

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

Color convert

RGB105172116-
CMYK0.3900.330.33
HSL129.85º28.76%54.31%-
HSV(B)129.85º38.95%67.45%-
XYZ23.7333.7721.79-
YUV145.58111.399.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=26.72%
G=43.77%
B=29.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721160.3900.330.33129.8528.7654.31
Hex69AC742702121821d36
Octal15125416447041412023566
Binary110100110101100111010010011101000011000011000001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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