#69CB65

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

Shades of Fern #69CB65

Tints of Fern #69CB65

Color information

#69CB65 (or 0x69CB65) is unknown color: approx Fern. HEX triplet: 69, CB and 65. RGB value is (105,203,101). Sum of RGB (Red+Green+Blue) = 105+203+101=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB65 is #96349A. Grayscale: #A2A2A2. Windows color (decimal): -9843867 or 6671209. OLE color: 6671209.

HSL color Cylindrical-coordinate representation of color #69CB65: hue angle of 117.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CB65 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB105203101-
CMYK0.4800.500.20
HSL117.65º49.51%59.61%-
HSV(B)117.65º50.25%79.61%-
XYZ29.5346.6519.76-
YUV162.0793.5387.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 203 (79.69% from 255) = 49.63%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=25.67%
G=49.63%
B=24.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031010.4800.500.20117.6549.5159.61
Hex69CB65300321476323c
Octal15131314560062241666274
Binary11010011100101111001011100000110010101001110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,101); }

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

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

 a { background-color: rgb(105,203,101); }

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

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

 span { border-color: rgb(105,203,101); }

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