Html Css Color HEX #69B47C Fern

📋 copy color: '#69B47C'

red 105 ◦ green 180 ◦ blue 124

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

Shades of Fern #69B47C

Tints of Fern #69B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 25.67%
G = 44.01%
B = 30.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#69B47C (or 0x69B47C) is known color: Fern. HEX triplet: 69, B4 and 7C. RGB value is (105,180,124). Sum of RGB (Red+Green+Blue) = 105+180+124=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #69B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B47C is #964B83. Grayscale: #979797. Windows color (decimal): -9849732 or 8172649. OLE color: 8172649.

HSL color Cylindrical-coordinate representation of color #69B47C: hue angle of 135.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B47C is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 180 124 -
CMYK 0.42 0 0.31 0.29
HSL 135.2º 0.33% 0.56% -
HSV(B) 135.2º 0.42% 0.71% -
XYZ 25.79 37.1 24.87 -
YUV 151.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 105 180 124 0.42 0 0.31 0.29 135.2 0.33 0.56
Hex 69 B4 7C 2A 0 1F 1D 87 21 38
Octal 151 264 174 52 0 37 35 207 41 70
Binary 1101001 10110100 1111100 101010 0 11111 11101 10000111 100001 111000

Color Harmonies of #69B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B47C

Black with #69B47C

Text Example


Text Example

White with #69B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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