#69B07A

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

Shades of Fern #69B07A

Tints of Fern #69B07A

Color information

#69B07A (or 0x69B07A) is unknown color: approx Fern. HEX triplet: 69, B0 and 7A. RGB value is (105,176,122). Sum of RGB (Red+Green+Blue) = 105+176+122=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #69B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B07A is #964F85. Grayscale: #949494. Windows color (decimal): -9850758 or 8040553. OLE color: 8040553.

HSL color Cylindrical-coordinate representation of color #69B07A: hue angle of 134.37º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B07A is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB105176122-
CMYK0.4000.310.31
HSL134.37º31%55.1%-
HSV(B)134.37º40.34%69.02%-
XYZ24.8635.4623.95-
YUV148.62112.9896.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=26.05%
G=43.67%
B=30.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761220.4000.310.31134.373155.1
Hex69B07A2801F1F861f37
Octal15126017250037372063767
Binary1101001101100001111010101000011111111111000011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,122); }

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

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

 a { background-color: rgb(105,176,122); }

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

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

 span { border-color: rgb(105,176,122); }

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