Html Css Color HEX #64B06D Fern

📋 copy color: '#64B06D'

red 100 ◦ green 176 ◦ blue 109

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

Shades of Fern #64B06D

Tints of Fern #64B06D

RGB

 RED value IS 100 (39.45% from 255) = 25.97%

 GREEN value IS 176 (69.14% from 255) = 45.71%

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

R = 25.97%
G = 45.71%
B = 28.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#64B06D (or 0x64B06D) is known color: Fern. HEX triplet: 64, B0 and 6D. RGB value is (100,176,109). Sum of RGB (Red+Green+Blue) = 100+176+109=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #64B06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B06D is #9B4F92. Grayscale: #919191. Windows color (decimal): -10178451 or 7188580. OLE color: 7188580.

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

Color convert

RGB 100 176 109 -
CMYK 0.43 0 0.38 0.31
HSL 127.11º 0.32% 0.54% -
HSV(B) 127.11º 0.43% 0.69% -
XYZ 23.54 34.86 19.96 -
YUV 145.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 100 176 109 0.43 0 0.38 0.31 127.11 0.32 0.54
Hex 64 B0 6D 2B 0 26 1F 7F 20 36
Octal 144 260 155 53 0 46 37 177 40 66
Binary 1100100 10110000 1101101 101011 0 100110 11111 1111111 100000 110110

Color Harmonies of #64B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B06D

Black with #64B06D

Text Example


Text Example

White with #64B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64B06D; }

 p { color: rgb(100,176,109); }

 H1.HeaderClassName
 {
   color: #64B06D;
 }
 .AnyTagClassName
 {
   color: #64B06D;
 }
</style>

background-color css

<style>
 a { background-color: #64B06D; }

 a { background-color: rgb(100,176,109); }

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

border-color css

<style>
 span { border-color: #64B06D; }

 span { border-color: rgb(100,176,109); }

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