Html Css Color HEX #65A664 Fern

📋 copy color: '#65A664'

red 101 ◦ green 166 ◦ blue 100

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

Shades of Fern #65A664

Tints of Fern #65A664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 27.52%
G = 45.23%
B = 27.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#65A664 (or 0x65A664) is known color: Fern. HEX triplet: 65, A6 and 64. RGB value is (101,166,100). Sum of RGB (Red+Green+Blue) = 101+166+100=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #65A664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A664 is #9A599B. Grayscale: #8B8B8B. Windows color (decimal): -10115484 or 6596197. OLE color: 6596197.

HSL color Cylindrical-coordinate representation of color #65A664: hue angle of 119.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A664 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 166 100 -
CMYK 0.39 0 0.40 0.35
HSL 119.09º 0.27% 0.52% -
HSV(B) 119.09º 0.4% 0.65% -
XYZ 21.3 30.96 16.91 -
YUV 139.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 101 166 100 0.39 0 0.40 0.35 119.09 0.27 0.52
Hex 65 A6 64 27 0 28 23 77 1B 34
Octal 145 246 144 47 0 50 43 167 33 64
Binary 1100101 10100110 1100100 100111 0 101000 100011 1110111 11011 110100

Color Harmonies of #65A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A664

Black with #65A664

Text Example


Text Example

White with #65A664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,166,100); }

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

background-color css

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

 a { background-color: rgb(101,166,100); }

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

border-color css

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

 span { border-color: rgb(101,166,100); }

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