Html Css Color HEX #66AF6D Fern

📋 copy color: '#66AF6D'

red 102 ◦ green 175 ◦ blue 109

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

Shades of Fern #66AF6D

Tints of Fern #66AF6D

RGB

 RED value IS 102 (40.23% from 255) = 26.42%

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 26.42%
G = 45.34%
B = 28.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#66AF6D (or 0x66AF6D) is known color: Fern. HEX triplet: 66, AF and 6D. RGB value is (102,175,109). Sum of RGB (Red+Green+Blue) = 102+175+109=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF6D is #995092. Grayscale: #919191. Windows color (decimal): -10047635 or 7188326. OLE color: 7188326.

HSL color Cylindrical-coordinate representation of color #66AF6D: hue angle of 125.75º degrees, saturation: 0.31, 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 #66AF6D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 109 -
CMYK 0.42 0 0.38 0.31
HSL 125.75º 0.31% 0.54% -
HSV(B) 125.75º 0.42% 0.69% -
XYZ 23.57 34.59 19.9 -
YUV 145.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 102 175 109 0.42 0 0.38 0.31 125.75 0.31 0.54
Hex 66 AF 6D 2A 0 26 1F 7E 1F 36
Octal 146 257 155 52 0 46 37 176 37 66
Binary 1100110 10101111 1101101 101010 0 100110 11111 1111110 11111 110110

Color Harmonies of #66AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF6D

Black with #66AF6D

Text Example


Text Example

White with #66AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AF6D; }

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

 H1.HeaderClassName
 {
   color: #66AF6D;
 }
 .AnyTagClassName
 {
   color: #66AF6D;
 }
</style>

background-color css

<style>
 a { background-color: #66AF6D; }

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

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

border-color css

<style>
 span { border-color: #66AF6D; }

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

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