Html Css Color HEX #55AA68 Fern

📋 copy color: '#55AA68'

red 85 ◦ green 170 ◦ blue 104

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

Shades of Fern #55AA68

Tints of Fern #55AA68

RGB

 RED value IS 85 (33.59% from 255) = 23.68%

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

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 23.68%
G = 47.35%
B = 28.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#55AA68 (or 0x55AA68) is known color: Fern. HEX triplet: 55, AA and 68. RGB value is (85,170,104). Sum of RGB (Red+Green+Blue) = 85+170+104=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA68 is #AA5597. Grayscale: #898989. Windows color (decimal): -11163032 or 6859349. OLE color: 6859349.

HSL color Cylindrical-coordinate representation of color #55AA68: hue angle of 133.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA68 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 104 -
CMYK 0.50 0 0.39 0.33
HSL 133.41º 0.33% 0.5% -
HSV(B) 133.41º 0.5% 0.67% -
XYZ 20.62 31.68 18.12 -
YUV 137.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 85 170 104 0.50 0 0.39 0.33 133.41 0.33 0.5
Hex 55 AA 68 32 0 27 21 85 21 32
Octal 125 252 150 62 0 47 41 205 41 62
Binary 1010101 10101010 1101000 110010 0 100111 100001 10000101 100001 110010

Color Harmonies of #55AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA68

Black with #55AA68

Text Example


Text Example

White with #55AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AA68; }

 p { color: rgb(85,170,104); }

 H1.HeaderClassName
 {
   color: #55AA68;
 }
 .AnyTagClassName
 {
   color: #55AA68;
 }
</style>

background-color css

<style>
 a { background-color: #55AA68; }

 a { background-color: rgb(85,170,104); }

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

border-color css

<style>
 span { border-color: #55AA68; }

 span { border-color: rgb(85,170,104); }

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