Html Css Color HEX #64B968 Fern

📋 copy color: '#64B968'

red 100 ◦ green 185 ◦ blue 104

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

Shades of Fern #64B968

Tints of Fern #64B968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 25.71%
G = 47.56%
B = 26.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#64B968 (or 0x64B968) is known color: Fern. HEX triplet: 64, B9 and 68. RGB value is (100,185,104). Sum of RGB (Red+Green+Blue) = 100+185+104=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #64B968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B968 is #9B4697. Grayscale: #969696. Windows color (decimal): -10176152 or 6863204. OLE color: 6863204.

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

Color convert

RGB 100 185 104 -
CMYK 0.46 0 0.44 0.27
HSL 122.82º 0.38% 0.56% -
HSV(B) 122.82º 0.46% 0.73% -
XYZ 25.1 38.41 19.19 -
YUV 150.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 100 185 104 0.46 0 0.44 0.27 122.82 0.38 0.56
Hex 64 B9 68 2E 0 2C 1B 7B 26 38
Octal 144 271 150 56 0 54 33 173 46 70
Binary 1100100 10111001 1101000 101110 0 101100 11011 1111011 100110 111000

Color Harmonies of #64B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B968

Black with #64B968

Text Example


Text Example

White with #64B968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,104); }

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

background-color css

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

 a { background-color: rgb(100,185,104); }

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

border-color css

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

 span { border-color: rgb(100,185,104); }

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