Html Css Color HEX #66BA75 Fern

📋 copy color: '#66BA75'

red 102 ◦ green 186 ◦ blue 117

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

Shades of Fern #66BA75

Tints of Fern #66BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 25.19%
G = 45.93%
B = 28.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#66BA75 (or 0x66BA75) is known color: Fern. HEX triplet: 66, BA and 75. RGB value is (102,186,117). Sum of RGB (Red+Green+Blue) = 102+186+117=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA75 is #99458A. Grayscale: #999999. Windows color (decimal): -10044811 or 7715430. OLE color: 7715430.

HSL color Cylindrical-coordinate representation of color #66BA75: hue angle of 130.71º 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 #66BA75 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 117 -
CMYK 0.45 0 0.37 0.27
HSL 130.71º 0.38% 0.56% -
HSV(B) 130.71º 0.45% 0.73% -
XYZ 26.25 39.23 23.02 -
YUV 153.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 102 186 117 0.45 0 0.37 0.27 130.71 0.38 0.56
Hex 66 BA 75 2D 0 25 1B 83 26 38
Octal 146 272 165 55 0 45 33 203 46 70
Binary 1100110 10111010 1110101 101101 0 100101 11011 10000011 100110 111000

Color Harmonies of #66BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA75

Black with #66BA75

Text Example


Text Example

White with #66BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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