#69cc6b

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

Shades of Fern #69CC6B

Tints of Fern #69CC6B

Color information

#69CC6B (or 0x69CC6B) is unknown color: approx Fern. HEX triplet: 69, CC and 6B. RGB value is (105,204,107). Sum of RGB (Red+Green+Blue) = 105+204+107=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC6B is #963394. Grayscale: #A3A3A3. Windows color (decimal): -9843605 or 7064681. OLE color: 7064681.

HSL color Cylindrical-coordinate representation of color #69CC6B: hue angle of 121.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CC6B is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB105204107-
CMYK0.4900.480.2
HSL121.21º49.25%60.59%-
HSV(B)121.21º48.53%80%-
XYZ30.0747.2521.45-
YUV163.3496.286.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=25.24%
G=49.04%
B=25.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041070.4900.480.2121.2149.2560.59
Hex69CC6B310301479313d
Octal15131415361060241716175
Binary11010011100110011010111100010110000101001111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69cc6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,204,107); }

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

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

 a { background-color: rgb(105,204,107); }

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

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

 span { border-color: rgb(105,204,107); }

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