#69BC7B

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

Shades of Fern #69BC7B

Tints of Fern #69BC7B

Color information

#69BC7B (or 0x69BC7B) is unknown color: approx Fern. HEX triplet: 69, BC and 7B. RGB value is (105,188,123). Sum of RGB (Red+Green+Blue) = 105+188+123=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC7B is #964384. Grayscale: #9B9B9B. Windows color (decimal): -9847685 or 8109161. OLE color: 8109161.

HSL color Cylindrical-coordinate representation of color #69BC7B: hue angle of 133.01º 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 #69BC7B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB105188123-
CMYK0.4400.350.26
HSL133.01º38.25%57.45%-
HSV(B)133.01º44.15%73.73%-
XYZ27.3840.425.09-
YUV155.77109.591.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 188 (73.83% from 255) = 45.19%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=25.24%
G=45.19%
B=29.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881230.4400.350.26133.0138.2557.45
Hex69BC7B2C0231A852639
Octal15127417354043322054671
Binary110100110111100111101110110001000111101010000101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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