#69CA7C

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

Shades of Fern #69CA7C

Tints of Fern #69CA7C

Color information

#69CA7C (or 0x69CA7C) is unknown color: approx Fern. HEX triplet: 69, CA and 7C. RGB value is (105,202,124). Sum of RGB (Red+Green+Blue) = 105+202+124=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA7C is #963583. Grayscale: #A4A4A4. Windows color (decimal): -9844100 or 8178281. OLE color: 8178281.

HSL color Cylindrical-coordinate representation of color #69CA7C: hue angle of 131.75º 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 #69CA7C is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB105202124-
CMYK0.4800.390.21
HSL131.75º47.78%60.2%-
HSV(B)131.75º48.02%79.22%-
XYZ30.5846.726.47-
YUV164.1105.3685.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=24.36%
G=46.87%
B=28.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021240.4800.390.21131.7547.7860.2
Hex69CA7C300271584303c
Octal15131217460047252046074
Binary110100111001010111110011000001001111010110000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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