Html Css Color HEX #65A46C Fern

📋 copy color: '#65A46C'

red 101 ◦ green 164 ◦ blue 108

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

Shades of Fern #65A46C

Tints of Fern #65A46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.97%

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 27.08%
G = 43.97%
B = 28.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#65A46C (or 0x65A46C) is known color: Fern. HEX triplet: 65, A4 and 6C. RGB value is (101,164,108). Sum of RGB (Red+Green+Blue) = 101+164+108=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #65A46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A46C is #9A5B93. Grayscale: #8A8A8A. Windows color (decimal): -10115988 or 7119973. OLE color: 7119973.

HSL color Cylindrical-coordinate representation of color #65A46C: hue angle of 126.67º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A46C is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 164 108 -
CMYK 0.38 0 0.34 0.36
HSL 126.67º 0.26% 0.52% -
HSV(B) 126.67º 0.38% 0.64% -
XYZ 21.35 30.4 18.93 -
YUV 138.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 101 164 108 0.38 0 0.34 0.36 126.67 0.26 0.52
Hex 65 A4 6C 26 0 22 24 7F 1A 34
Octal 145 244 154 46 0 42 44 177 32 64
Binary 1100101 10100100 1101100 100110 0 100010 100100 1111111 11010 110100

Color Harmonies of #65A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A46C

Black with #65A46C

Text Example


Text Example

White with #65A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,164,108); }

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

background-color css

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

 a { background-color: rgb(101,164,108); }

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

border-color css

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

 span { border-color: rgb(101,164,108); }

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