Html Css Color HEX #69C07C Fern

📋 copy color: '#69C07C'

red 105 ◦ green 192 ◦ blue 124

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

Shades of Fern #69C07C

Tints of Fern #69C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 24.94%
G = 45.61%
B = 29.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#69C07C (or 0x69C07C) is known color: Fern. HEX triplet: 69, C0 and 7C. RGB value is (105,192,124). Sum of RGB (Red+Green+Blue) = 105+192+124=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #69C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C07C is #963F83. Grayscale: #9E9E9E. Windows color (decimal): -9846660 or 8175721. OLE color: 8175721.

HSL color Cylindrical-coordinate representation of color #69C07C: hue angle of 133.1º 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 #69C07C is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 124 -
CMYK 0.45 0 0.35 0.25
HSL 133.1º 0.41% 0.58% -
HSV(B) 133.1º 0.45% 0.75% -
XYZ 28.31 42.16 25.71 -
YUV 158.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 105 192 124 0.45 0 0.35 0.25 133.1 0.41 0.58
Hex 69 C0 7C 2D 0 23 19 85 29 3A
Octal 151 300 174 55 0 43 31 205 51 72
Binary 1101001 11000000 1111100 101101 0 100011 11001 10000101 101001 111010

Color Harmonies of #69C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C07C

Black with #69C07C

Text Example


Text Example

White with #69C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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