#69CA73

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

Shades of Fern #69CA73

Tints of Fern #69CA73

Color information

#69CA73 (or 0x69CA73) is unknown color: approx Fern. HEX triplet: 69, CA and 73. RGB value is (105,202,115). Sum of RGB (Red+Green+Blue) = 105+202+115=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA73 is #96358C. Grayscale: #A3A3A3. Windows color (decimal): -9844109 or 7588457. OLE color: 7588457.

HSL color Cylindrical-coordinate representation of color #69CA73: hue angle of 126.19º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CA73 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB105202115-
CMYK0.4800.430.21
HSL126.19º47.78%60.2%-
HSV(B)126.19º48.02%79.22%-
XYZ30.0446.4823.61-
YUV163.08100.8686.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=24.88%
G=47.87%
B=27.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021150.4800.430.21126.1947.7860.2
Hex69CA733002B157e303c
Octal15131216360053251766074
Binary11010011100101011100111100000101011101011111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,115); }

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

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

 a { background-color: rgb(105,202,115); }

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

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

 span { border-color: rgb(105,202,115); }

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