Html Css Color HEX #69C970 Fern

📋 copy color: '#69C970'

red 105 ◦ green 201 ◦ blue 112

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

Shades of Fern #69C970

Tints of Fern #69C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.09%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 25.12%
G = 48.09%
B = 26.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#69C970 (or 0x69C970) is known color: Fern. HEX triplet: 69, C9 and 70. RGB value is (105,201,112). Sum of RGB (Red+Green+Blue) = 105+201+112=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #69C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C970 is #96368F. Grayscale: #A2A2A2. Windows color (decimal): -9844368 or 7391593. OLE color: 7391593.

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

Color convert

RGB 105 201 112 -
CMYK 0.48 0 0.44 0.21
HSL 124.38º 0.47% 0.6% -
HSV(B) 124.38º 0.48% 0.79% -
XYZ 29.64 45.95 22.64 -
YUV 162.15 99.7 87.24 -
System Red Green Blue C M Y K H S L
Decimal 105 201 112 0.48 0 0.44 0.21 124.38 0.47 0.6
Hex 69 C9 70 30 0 2C 15 7C 2F 3C
Octal 151 311 160 60 0 54 25 174 57 74
Binary 1101001 11001001 1110000 110000 0 101100 10101 1111100 101111 111100

Color Harmonies of #69C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C970

Black with #69C970

Text Example


Text Example

White with #69C970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,201,112); }

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

background-color css

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

 a { background-color: rgb(105,201,112); }

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

border-color css

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

 span { border-color: rgb(105,201,112); }

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