Html Css Color HEX #65AA68 Fern

📋 copy color: '#65AA68'

red 101 ◦ green 170 ◦ blue 104

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

Shades of Fern #65AA68

Tints of Fern #65AA68

RGB

 RED value IS 101 (39.84% from 255) = 26.93%

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

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

R = 26.93%
G = 45.33%
B = 27.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#65AA68 (or 0x65AA68) is known color: Fern. HEX triplet: 65, AA and 68. RGB value is (101,170,104). Sum of RGB (Red+Green+Blue) = 101+170+104=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA68 is #9A5597. Grayscale: #8E8E8E. Windows color (decimal): -10114456 or 6859365. OLE color: 6859365.

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

Color convert

RGB 101 170 104 -
CMYK 0.41 0 0.39 0.33
HSL 122.61º 0.29% 0.53% -
HSV(B) 122.61º 0.41% 0.67% -
XYZ 22.24 32.52 18.2 -
YUV 141.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 101 170 104 0.41 0 0.39 0.33 122.61 0.29 0.53
Hex 65 AA 68 29 0 27 21 7B 1D 35
Octal 145 252 150 51 0 47 41 173 35 65
Binary 1100101 10101010 1101000 101001 0 100111 100001 1111011 11101 110101

Color Harmonies of #65AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AA68

Black with #65AA68

Text Example


Text Example

White with #65AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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