Html Css Color HEX #69BA75 Fern

📋 copy color: '#69BA75'

red 105 ◦ green 186 ◦ blue 117

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

Shades of Fern #69BA75

Tints of Fern #69BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 25.74%
G = 45.59%
B = 28.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#69BA75 (or 0x69BA75) is known color: Fern. HEX triplet: 69, BA and 75. RGB value is (105,186,117). Sum of RGB (Red+Green+Blue) = 105+186+117=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA75 is #96458A. Grayscale: #9A9A9A. Windows color (decimal): -9848203 or 7715433. OLE color: 7715433.

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

Color convert

RGB 105 186 117 -
CMYK 0.44 0 0.37 0.27
HSL 128.89º 0.37% 0.57% -
HSV(B) 128.89º 0.44% 0.73% -
XYZ 26.6 39.41 23.03 -
YUV 153.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 105 186 117 0.44 0 0.37 0.27 128.89 0.37 0.57
Hex 69 BA 75 2C 0 25 1B 81 25 39
Octal 151 272 165 54 0 45 33 201 45 71
Binary 1101001 10111010 1110101 101100 0 100101 11011 10000001 100101 111001

Color Harmonies of #69BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BA75

Black with #69BA75

Text Example


Text Example

White with #69BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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