Html Css Color HEX #66BA74 Fern

📋 copy color: '#66BA74'

red 102 ◦ green 186 ◦ blue 116

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

Shades of Fern #66BA74

Tints of Fern #66BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 25.25%
G = 46.04%
B = 28.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#66BA74 (or 0x66BA74) is known color: Fern. HEX triplet: 66, BA and 74. RGB value is (102,186,116). Sum of RGB (Red+Green+Blue) = 102+186+116=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA74 is #99458B. Grayscale: #999999. Windows color (decimal): -10044812 or 7649894. OLE color: 7649894.

HSL color Cylindrical-coordinate representation of color #66BA74: hue angle of 130º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA74 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 116 -
CMYK 0.45 0 0.38 0.27
HSL 130º 0.38% 0.56% -
HSV(B) 130º 0.45% 0.73% -
XYZ 26.19 39.2 22.71 -
YUV 152.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 102 186 116 0.45 0 0.38 0.27 130 0.38 0.56
Hex 66 BA 74 2D 0 26 1B 82 26 38
Octal 146 272 164 55 0 46 33 202 46 70
Binary 1100110 10111010 1110100 101101 0 100110 11011 10000010 100110 111000

Color Harmonies of #66BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA74

Black with #66BA74

Text Example


Text Example

White with #66BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,186,116); }

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

background-color css

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

 a { background-color: rgb(102,186,116); }

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

border-color css

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

 span { border-color: rgb(102,186,116); }

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