Html Css Color HEX #69BC7C Fern

📋 copy color: '#69BC7C'

red 105 ◦ green 188 ◦ blue 124

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

Shades of Fern #69BC7C

Tints of Fern #69BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

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

R = 25.18%
G = 45.08%
B = 29.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#69BC7C (or 0x69BC7C) is known color: Fern. HEX triplet: 69, BC and 7C. RGB value is (105,188,124). Sum of RGB (Red+Green+Blue) = 105+188+124=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC7C is #964383. Grayscale: #9C9C9C. Windows color (decimal): -9847684 or 8174697. OLE color: 8174697.

HSL color Cylindrical-coordinate representation of color #69BC7C: hue angle of 133.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC7C is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 188 124 -
CMYK 0.44 0 0.34 0.26
HSL 133.73º 0.38% 0.57% -
HSV(B) 133.73º 0.44% 0.74% -
XYZ 27.45 40.42 25.42 -
YUV 155.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 105 188 124 0.44 0 0.34 0.26 133.73 0.38 0.57
Hex 69 BC 7C 2C 0 22 1A 86 26 39
Octal 151 274 174 54 0 42 32 206 46 71
Binary 1101001 10111100 1111100 101100 0 100010 11010 10000110 100110 111001

Color Harmonies of #69BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BC7C

Black with #69BC7C

Text Example


Text Example

White with #69BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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