#69B67D

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

Shades of Fern #69B67D

Tints of Fern #69B67D

Color information

#69B67D (or 0x69B67D) is unknown color: approx Fern. HEX triplet: 69, B6 and 7D. RGB value is (105,182,125). Sum of RGB (Red+Green+Blue) = 105+182+125=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #69B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B67D is #964982. Grayscale: #989898. Windows color (decimal): -9849219 or 8238697. OLE color: 8238697.

HSL color Cylindrical-coordinate representation of color #69B67D: hue angle of 135.58º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B67D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB105182125-
CMYK0.4200.310.29
HSL135.58º34.53%56.27%-
HSV(B)135.58º42.31%71.37%-
XYZ26.2637.9425.34-
YUV152.48112.4994.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 182 (71.48% from 255) = 44.17%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=25.49%
G=44.17%
B=30.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051821250.4200.310.29135.5834.5356.27
Hex69B67D2A01F1D882338
Octal15126617552037352104370
Binary11010011011011011111011010100111111110110001000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,182,125); }

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

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

 a { background-color: rgb(105,182,125); }

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

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

 span { border-color: rgb(105,182,125); }

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