Html Css Color HEX #69AA73 Fern

📋 copy color: '#69AA73'

red 105 ◦ green 170 ◦ blue 115

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

Shades of Fern #69AA73

Tints of Fern #69AA73

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

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

R = 26.92%
G = 43.59%
B = 29.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#69AA73 (or 0x69AA73) is known color: Fern. HEX triplet: 69, AA and 73. RGB value is (105,170,115). Sum of RGB (Red+Green+Blue) = 105+170+115=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA73 is #96558C. Grayscale: #909090. Windows color (decimal): -9852301 or 7580265. OLE color: 7580265.

HSL color Cylindrical-coordinate representation of color #69AA73: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AA73 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 170 115 -
CMYK 0.38 0 0.32 0.33
HSL 129.23º 0.28% 0.54% -
HSV(B) 129.23º 0.38% 0.67% -
XYZ 23.29 32.99 21.36 -
YUV 144.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 105 170 115 0.38 0 0.32 0.33 129.23 0.28 0.54
Hex 69 AA 73 26 0 20 21 81 1C 36
Octal 151 252 163 46 0 40 41 201 34 66
Binary 1101001 10101010 1110011 100110 0 100000 100001 10000001 11100 110110

Color Harmonies of #69AA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AA73

Black with #69AA73

Text Example


Text Example

White with #69AA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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