Html Css Color HEX #69BB70 Fern

📋 copy color: '#69BB70'

red 105 ◦ green 187 ◦ blue 112

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

Shades of Fern #69BB70

Tints of Fern #69BB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 25.99%
G = 46.29%
B = 27.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#69BB70 (or 0x69BB70) is known color: Fern. HEX triplet: 69, BB and 70. RGB value is (105,187,112). Sum of RGB (Red+Green+Blue) = 105+187+112=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB70 is #96448F. Grayscale: #9A9A9A. Windows color (decimal): -9847952 or 7388009. OLE color: 7388009.

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

Color convert

RGB 105 187 112 -
CMYK 0.44 0 0.40 0.27
HSL 125.12º 0.38% 0.57% -
HSV(B) 125.12º 0.44% 0.73% -
XYZ 26.52 39.71 21.6 -
YUV 153.93 104.33 93.1 -
System Red Green Blue C M Y K H S L
Decimal 105 187 112 0.44 0 0.40 0.27 125.12 0.38 0.57
Hex 69 BB 70 2C 0 28 1B 7D 26 39
Octal 151 273 160 54 0 50 33 175 46 71
Binary 1101001 10111011 1110000 101100 0 101000 11011 1111101 100110 111001

Color Harmonies of #69BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BB70

Black with #69BB70

Text Example


Text Example

White with #69BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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