#69AA67

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

Shades of Fern #69AA67

Tints of Fern #69AA67

Color information

#69AA67 (or 0x69AA67) is unknown color: approx Fern. HEX triplet: 69, AA and 67. RGB value is (105,170,103). Sum of RGB (Red+Green+Blue) = 105+170+103=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA67 is #965598. Grayscale: #8F8F8F. Windows color (decimal): -9852313 or 6793833. OLE color: 6793833.

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

Color convert

RGB105170103-
CMYK0.3800.390.33
HSL118.21º28.27%53.53%-
HSV(B)118.21º39.41%66.67%-
XYZ22.6532.7317.96-
YUV142.93105.47100.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=27.78%
G=44.97%
B=27.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701030.3800.390.33118.2128.2753.53
Hex69AA672602721761c36
Octal15125214746047411663466
Binary11010011010101011001111001100100111100001111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,103); }

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

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

 a { background-color: rgb(105,170,103); }

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

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

 span { border-color: rgb(105,170,103); }

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