#69B65F

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

Shades of Fern #69B65F

Tints of Fern #69B65F

Color information

#69B65F (or 0x69B65F) is unknown color: approx Fern. HEX triplet: 69, B6 and 5F. RGB value is (105,182,95). Sum of RGB (Red+Green+Blue) = 105+182+95=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #69B65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B65F is #9649A0. Grayscale: #959595. Windows color (decimal): -9849249 or 6272617. OLE color: 6272617.

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

Color convert

RGB10518295-
CMYK0.4200.480.29
HSL113.1º37.34%54.31%-
HSV(B)113.1º47.8%71.37%-
XYZ24.6237.2916.73-
YUV149.0697.4996.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=27.49%
G=47.64%
B=24.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105182950.4200.480.29113.137.3454.31
Hex69B65F2A0301D712536
Octal15126613752060351614566
Binary11010011011011010111111010100110000111011110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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