Html Css Color HEX #69C07F Fern

📋 copy color: '#69C07F'

red 105 ◦ green 192 ◦ blue 127

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

Shades of Fern #69C07F

Tints of Fern #69C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

 BLUE value IS 127 (50% from 255) = 29.95%

R = 24.76%
G = 45.28%
B = 29.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#69C07F (or 0x69C07F) is known color: Fern. HEX triplet: 69, C0 and 7F. RGB value is (105,192,127). Sum of RGB (Red+Green+Blue) = 105+192+127=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #69C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C07F is #963F80. Grayscale: #9E9E9E. Windows color (decimal): -9846657 or 8372329. OLE color: 8372329.

HSL color Cylindrical-coordinate representation of color #69C07F: hue angle of 135.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C07F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 127 -
CMYK 0.45 0 0.34 0.25
HSL 135.17º 0.41% 0.58% -
HSV(B) 135.17º 0.45% 0.75% -
XYZ 28.51 42.23 26.73 -
YUV 158.58 110.18 89.79 -
System Red Green Blue C M Y K H S L
Decimal 105 192 127 0.45 0 0.34 0.25 135.17 0.41 0.58
Hex 69 C0 7F 2D 0 22 19 87 29 3A
Octal 151 300 177 55 0 42 31 207 51 72
Binary 1101001 11000000 1111111 101101 0 100010 11001 10000111 101001 111010

Color Harmonies of #69C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C07F

Black with #69C07F

Text Example


Text Example

White with #69C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,127); }

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

background-color css

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

 a { background-color: rgb(105,192,127); }

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

border-color css

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

 span { border-color: rgb(105,192,127); }

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