Html Css Color HEX #69BD70 Fern

📋 copy color: '#69BD70'

red 105 ◦ green 189 ◦ blue 112

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

Shades of Fern #69BD70

Tints of Fern #69BD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.55%

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

R = 25.86%
G = 46.55%
B = 27.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#69BD70 (or 0x69BD70) is known color: Fern. HEX triplet: 69, BD and 70. RGB value is (105,189,112). Sum of RGB (Red+Green+Blue) = 105+189+112=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD70 is #96428F. Grayscale: #9B9B9B. Windows color (decimal): -9847440 or 7388521. OLE color: 7388521.

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

Color convert

RGB 105 189 112 -
CMYK 0.44 0 0.41 0.26
HSL 125º 0.39% 0.58% -
HSV(B) 125º 0.44% 0.74% -
XYZ 26.95 40.57 21.74 -
YUV 155.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 105 189 112 0.44 0 0.41 0.26 125 0.39 0.58
Hex 69 BD 70 2C 0 29 1A 7D 27 3A
Octal 151 275 160 54 0 51 32 175 47 72
Binary 1101001 10111101 1110000 101100 0 101001 11010 1111101 100111 111010

Color Harmonies of #69BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BD70

Black with #69BD70

Text Example


Text Example

White with #69BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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