Html Css Color HEX #69C275 Fern

📋 copy color: '#69C275'

red 105 ◦ green 194 ◦ blue 117

#69C275
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #69C275

Tints of Fern #69C275

RGB

 RED value IS 105 (41.41% from 255) = 25.24%

 GREEN value IS 194 (76.17% from 255) = 46.63%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 25.24%
G = 46.63%
B = 28.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#69C275 (or 0x69C275) is known color: Fern. HEX triplet: 69, C2 and 75. RGB value is (105,194,117). Sum of RGB (Red+Green+Blue) = 105+194+117=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #69C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C275 is #963D8A. Grayscale: #9E9E9E. Windows color (decimal): -9846155 or 7717481. OLE color: 7717481.

HSL color Cylindrical-coordinate representation of color #69C275: hue angle of 128.09º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C275 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 194 117 -
CMYK 0.46 0 0.40 0.24
HSL 128.09º 0.42% 0.59% -
HSV(B) 128.09º 0.46% 0.76% -
XYZ 28.33 42.87 23.61 -
YUV 158.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 105 194 117 0.46 0 0.40 0.24 128.09 0.42 0.59
Hex 69 C2 75 2E 0 28 18 80 2A 3B
Octal 151 302 165 56 0 50 30 200 52 73
Binary 1101001 11000010 1110101 101110 0 101000 11000 10000000 101010 111011

Color Harmonies of #69C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C275

Black with #69C275

Text Example


Text Example

White with #69C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69C275;
 }
 .AnyTagClassName
 {
   color: #69C275;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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