#69B76A

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

Shades of Fern #69B76A

Tints of Fern #69B76A

Color information

#69B76A (or 0x69B76A) is unknown color: approx Fern. HEX triplet: 69, B7 and 6A. RGB value is (105,183,106). Sum of RGB (Red+Green+Blue) = 105+183+106=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #69B76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B76A is #964895. Grayscale: #979797. Windows color (decimal): -9848982 or 6993769. OLE color: 6993769.

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

Color convert

RGB105183106-
CMYK0.4300.420.28
HSL120.77º35.14%56.47%-
HSV(B)120.77º42.62%71.76%-
XYZ25.3637.9119.62-
YUV150.9102.6695.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=26.65%
G=46.45%
B=26.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051831060.4300.420.28120.7735.1456.47
Hex69B76A2B02A1C792338
Octal15126715253052341714370
Binary11010011011011111010101010110101010111001111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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