Html Css Color HEX #69C370 Fern

📋 copy color: '#69C370'

red 105 ◦ green 195 ◦ blue 112

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

Shades of Fern #69C370

Tints of Fern #69C370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

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

R = 25.49%
G = 47.33%
B = 27.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#69C370 (or 0x69C370) is known color: Fern. HEX triplet: 69, C3 and 70. RGB value is (105,195,112). Sum of RGB (Red+Green+Blue) = 105+195+112=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #69C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C370 is #963C8F. Grayscale: #9E9E9E. Windows color (decimal): -9845904 or 7390057. OLE color: 7390057.

HSL color Cylindrical-coordinate representation of color #69C370: hue angle of 124.67º degrees, saturation: 0.43, 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 #69C370 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 195 112 -
CMYK 0.46 0 0.43 0.24
HSL 124.67º 0.43% 0.59% -
HSV(B) 124.67º 0.46% 0.76% -
XYZ 28.27 43.2 22.18 -
YUV 158.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 105 195 112 0.46 0 0.43 0.24 124.67 0.43 0.59
Hex 69 C3 70 2E 0 2B 18 7D 2B 3B
Octal 151 303 160 56 0 53 30 175 53 73
Binary 1101001 11000011 1110000 101110 0 101011 11000 1111101 101011 111011

Color Harmonies of #69C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C370

Black with #69C370

Text Example


Text Example

White with #69C370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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