#69CC75

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

Shades of Fern #69CC75

Tints of Fern #69CC75

Color information

#69CC75 (or 0x69CC75) is unknown color: approx Fern. HEX triplet: 69, CC and 75. RGB value is (105,204,117). Sum of RGB (Red+Green+Blue) = 105+204+117=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC75 is #96338A. Grayscale: #A4A4A4. Windows color (decimal): -9843595 or 7720041. OLE color: 7720041.

HSL color Cylindrical-coordinate representation of color #69CC75: hue angle of 127.27º 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 #69CC75 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB105204117-
CMYK0.4900.430.2
HSL127.27º49.25%60.59%-
HSV(B)127.27º48.53%80%-
XYZ30.6347.4724.38-
YUV164.48101.285.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=24.65%
G=47.89%
B=27.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041170.4900.430.2127.2749.2560.59
Hex69CC753102B147f313d
Octal15131416561053241776175
Binary11010011100110011101011100010101011101001111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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