Html Css Color HEX #69BA77 Fern

📋 copy color: '#69BA77'

red 105 ◦ green 186 ◦ blue 119

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

Shades of Fern #69BA77

Tints of Fern #69BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 25.61%
G = 45.37%
B = 29.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#69BA77 (or 0x69BA77) is known color: Fern. HEX triplet: 69, BA and 77. RGB value is (105,186,119). Sum of RGB (Red+Green+Blue) = 105+186+119=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA77 is #964588. Grayscale: #9A9A9A. Windows color (decimal): -9848201 or 7846505. OLE color: 7846505.

HSL color Cylindrical-coordinate representation of color #69BA77: hue angle of 130.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BA77 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 186 119 -
CMYK 0.44 0 0.36 0.27
HSL 130.37º 0.37% 0.57% -
HSV(B) 130.37º 0.44% 0.73% -
XYZ 26.71 39.45 23.66 -
YUV 154.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 105 186 119 0.44 0 0.36 0.27 130.37 0.37 0.57
Hex 69 BA 77 2C 0 24 1B 82 25 39
Octal 151 272 167 54 0 44 33 202 45 71
Binary 1101001 10111010 1110111 101100 0 100100 11011 10000010 100101 111001

Color Harmonies of #69BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BA77

Black with #69BA77

Text Example


Text Example

White with #69BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,186,119); }

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

background-color css

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

 a { background-color: rgb(105,186,119); }

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

border-color css

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

 span { border-color: rgb(105,186,119); }

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