Html Css Color HEX #65AF66 Fern

📋 copy color: '#65AF66'

red 101 ◦ green 175 ◦ blue 102

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

Shades of Fern #65AF66

Tints of Fern #65AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 26.72%
G = 46.3%
B = 26.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#65AF66 (or 0x65AF66) is known color: Fern. HEX triplet: 65, AF and 66. RGB value is (101,175,102). Sum of RGB (Red+Green+Blue) = 101+175+102=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF66 is #9A5099. Grayscale: #909090. Windows color (decimal): -10113178 or 6729573. OLE color: 6729573.

HSL color Cylindrical-coordinate representation of color #65AF66: hue angle of 120.81º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF66 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 175 102 -
CMYK 0.42 0 0.42 0.31
HSL 120.81º 0.32% 0.54% -
HSV(B) 120.81º 0.42% 0.69% -
XYZ 23.1 34.39 17.99 -
YUV 144.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 101 175 102 0.42 0 0.42 0.31 120.81 0.32 0.54
Hex 65 AF 66 2A 0 2A 1F 79 20 36
Octal 145 257 146 52 0 52 37 171 40 66
Binary 1100101 10101111 1100110 101010 0 101010 11111 1111001 100000 110110

Color Harmonies of #65AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AF66

Black with #65AF66

Text Example


Text Example

White with #65AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,175,102); }

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

background-color css

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

 a { background-color: rgb(101,175,102); }

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

border-color css

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

 span { border-color: rgb(101,175,102); }

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