#69BC7D

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

Shades of Fern #69BC7D

Tints of Fern #69BC7D

Color information

#69BC7D (or 0x69BC7D) is unknown color: approx Fern. HEX triplet: 69, BC and 7D. RGB value is (105,188,125). Sum of RGB (Red+Green+Blue) = 105+188+125=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC7D is #964382. Grayscale: #9C9C9C. Windows color (decimal): -9847683 or 8240233. OLE color: 8240233.

HSL color Cylindrical-coordinate representation of color #69BC7D: hue angle of 134.46º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC7D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB105188125-
CMYK0.4400.340.26
HSL134.46º38.25%57.45%-
HSV(B)134.46º44.15%73.73%-
XYZ27.5140.4525.76-
YUV156110.591.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 188 (73.83% from 255) = 44.98%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=25.12%
G=44.98%
B=29.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881250.4400.340.26134.4638.2557.45
Hex69BC7D2C0221A862639
Octal15127417554042322064671
Binary110100110111100111110110110001000101101010000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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