#69A76A

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

Shades of Fern #69A76A

Tints of Fern #69A76A

Color information

#69A76A (or 0x69A76A) is unknown color: approx Fern. HEX triplet: 69, A7 and 6A. RGB value is (105,167,106). Sum of RGB (Red+Green+Blue) = 105+167+106=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #69A76A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A76A is #965895. Grayscale: #8D8D8D. Windows color (decimal): -9853078 or 6989673. OLE color: 6989673.

HSL color Cylindrical-coordinate representation of color #69A76A: hue angle of 120.97º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A76A is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB105167106-
CMYK0.3700.370.35
HSL120.97º26.05%53.33%-
HSV(B)120.97º37.13%65.49%-
XYZ22.2531.6818.58-
YUV141.51107.96101.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=27.78%
G=44.18%
B=28.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051671060.3700.370.35120.9726.0553.33
Hex69A76A2502523791a35
Octal15124715245045431713265
Binary11010011010011111010101001010100101100011111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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