Html Css Color HEX #69BD76 Fern

📋 copy color: '#69BD76'

red 105 ◦ green 189 ◦ blue 118

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

Shades of Fern #69BD76

Tints of Fern #69BD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 25.49%
G = 45.87%
B = 28.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#69BD76 (or 0x69BD76) is known color: Fern. HEX triplet: 69, BD and 76. RGB value is (105,189,118). Sum of RGB (Red+Green+Blue) = 105+189+118=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD76 is #964289. Grayscale: #9B9B9B. Windows color (decimal): -9847434 or 7781737. OLE color: 7781737.

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

Color convert

RGB 105 189 118 -
CMYK 0.44 0 0.38 0.26
HSL 129.29º 0.39% 0.58% -
HSV(B) 129.29º 0.44% 0.74% -
XYZ 27.29 40.71 23.56 -
YUV 155.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 105 189 118 0.44 0 0.38 0.26 129.29 0.39 0.58
Hex 69 BD 76 2C 0 26 1A 81 27 3A
Octal 151 275 166 54 0 46 32 201 47 72
Binary 1101001 10111101 1110110 101100 0 100110 11010 10000001 100111 111010

Color Harmonies of #69BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BD76

Black with #69BD76

Text Example


Text Example

White with #69BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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