Html Css Color HEX #69BB7E Fern

📋 copy color: '#69BB7E'

red 105 ◦ green 187 ◦ blue 126

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

Shades of Fern #69BB7E

Tints of Fern #69BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.74%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 25.12%
G = 44.74%
B = 30.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#69BB7E (or 0x69BB7E) is known color: Fern. HEX triplet: 69, BB and 7E. RGB value is (105,187,126). Sum of RGB (Red+Green+Blue) = 105+187+126=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB7E is #964481. Grayscale: #9B9B9B. Windows color (decimal): -9847938 or 8305513. OLE color: 8305513.

HSL color Cylindrical-coordinate representation of color #69BB7E: hue angle of 135.37º degrees, saturation: 0.38, 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 #69BB7E is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 187 126 -
CMYK 0.44 0 0.33 0.27
HSL 135.37º 0.38% 0.57% -
HSV(B) 135.37º 0.44% 0.73% -
XYZ 27.36 40.05 26.03 -
YUV 155.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 105 187 126 0.44 0 0.33 0.27 135.37 0.38 0.57
Hex 69 BB 7E 2C 0 21 1B 87 26 39
Octal 151 273 176 54 0 41 33 207 46 71
Binary 1101001 10111011 1111110 101100 0 100001 11011 10000111 100110 111001

Color Harmonies of #69BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BB7E

Black with #69BB7E

Text Example


Text Example

White with #69BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,187,126); }

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

background-color css

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

 a { background-color: rgb(105,187,126); }

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

border-color css

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

 span { border-color: rgb(105,187,126); }

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