Html Css Color HEX #69AD73 Fern

📋 copy color: '#69AD73'

red 105 ◦ green 173 ◦ blue 115

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

Shades of Fern #69AD73

Tints of Fern #69AD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 26.72%
G = 44.02%
B = 29.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#69AD73 (or 0x69AD73) is known color: Fern. HEX triplet: 69, AD and 73. RGB value is (105,173,115). Sum of RGB (Red+Green+Blue) = 105+173+115=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD73 is #96528C. Grayscale: #929292. Windows color (decimal): -9851533 or 7581033. OLE color: 7581033.

HSL color Cylindrical-coordinate representation of color #69AD73: hue angle of 128.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD73 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 115 -
CMYK 0.39 0 0.34 0.32
HSL 128.82º 0.29% 0.55% -
HSV(B) 128.82º 0.39% 0.68% -
XYZ 23.86 34.13 21.55 -
YUV 146.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 105 173 115 0.39 0 0.34 0.32 128.82 0.29 0.55
Hex 69 AD 73 27 0 22 20 81 1D 37
Octal 151 255 163 47 0 42 40 201 35 67
Binary 1101001 10101101 1110011 100111 0 100010 100000 10000001 11101 110111

Color Harmonies of #69AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD73

Black with #69AD73

Text Example


Text Example

White with #69AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,115); }

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

background-color css

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

 a { background-color: rgb(105,173,115); }

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

border-color css

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

 span { border-color: rgb(105,173,115); }

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