Html Css Color HEX #65A970 Fern

📋 copy color: '#65A970'

red 101 ◦ green 169 ◦ blue 112

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

Shades of Fern #65A970

Tints of Fern #65A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 26.44%
G = 44.24%
B = 29.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#65A970 (or 0x65A970) is known color: Fern. HEX triplet: 65, A9 and 70. RGB value is (101,169,112). Sum of RGB (Red+Green+Blue) = 101+169+112=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #65A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A970 is #9A568F. Grayscale: #8E8E8E. Windows color (decimal): -10114704 or 7383397. OLE color: 7383397.

HSL color Cylindrical-coordinate representation of color #65A970: hue angle of 129.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A970 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 101 169 112 -
CMYK 0.40 0 0.34 0.34
HSL 129.71º 0.28% 0.53% -
HSV(B) 129.71º 0.4% 0.66% -
XYZ 22.48 32.31 20.38 -
YUV 142.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 101 169 112 0.40 0 0.34 0.34 129.71 0.28 0.53
Hex 65 A9 70 28 0 22 22 82 1C 35
Octal 145 251 160 50 0 42 42 202 34 65
Binary 1100101 10101001 1110000 101000 0 100010 100010 10000010 11100 110101

Color Harmonies of #65A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A970

Black with #65A970

Text Example


Text Example

White with #65A970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,169,112); }

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

background-color css

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

 a { background-color: rgb(101,169,112); }

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

border-color css

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

 span { border-color: rgb(101,169,112); }

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