Html Css Color HEX #65A56B Fern

📋 copy color: '#65A56B'

red 101 ◦ green 165 ◦ blue 107

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

Shades of Fern #65A56B

Tints of Fern #65A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 27.08%
G = 44.24%
B = 28.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#65A56B (or 0x65A56B) is known color: Fern. HEX triplet: 65, A5 and 6B. RGB value is (101,165,107). Sum of RGB (Red+Green+Blue) = 101+165+107=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #65A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A56B is #9A5A94. Grayscale: #8B8B8B. Windows color (decimal): -10115733 or 7054693. OLE color: 7054693.

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

Color convert

RGB 101 165 107 -
CMYK 0.39 0 0.35 0.35
HSL 125.63º 0.26% 0.52% -
HSV(B) 125.63º 0.39% 0.65% -
XYZ 21.48 30.74 18.71 -
YUV 139.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 101 165 107 0.39 0 0.35 0.35 125.63 0.26 0.52
Hex 65 A5 6B 27 0 23 23 7E 1A 34
Octal 145 245 153 47 0 43 43 176 32 64
Binary 1100101 10100101 1101011 100111 0 100011 100011 1111110 11010 110100

Color Harmonies of #65A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A56B

Black with #65A56B

Text Example


Text Example

White with #65A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,165,107); }

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

background-color css

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

 a { background-color: rgb(101,165,107); }

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

border-color css

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

 span { border-color: rgb(101,165,107); }

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