#69B07B

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

Shades of Fern #69B07B

Tints of Fern #69B07B

Color information

#69B07B (or 0x69B07B) is unknown color: approx Fern. HEX triplet: 69, B0 and 7B. RGB value is (105,176,123). Sum of RGB (Red+Green+Blue) = 105+176+123=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #69B07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B07B is #964F84. Grayscale: #949494. Windows color (decimal): -9850757 or 8106089. OLE color: 8106089.

HSL color Cylindrical-coordinate representation of color #69B07B: hue angle of 135.21º 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 #69B07B is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB105176123-
CMYK0.4000.300.31
HSL135.21º31%55.1%-
HSV(B)135.21º40.34%69.02%-
XYZ24.9335.4824.27-
YUV148.73113.4896.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=25.99%
G=43.56%
B=30.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761230.4000.300.31135.213155.1
Hex69B07B2801E1F871f37
Octal15126017350036372073767
Binary1101001101100001111011101000011110111111000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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