Html Css Color HEX #64A37C Oxley

📋 copy color: '#64A37C'

red 100 ◦ green 163 ◦ blue 124

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

Shades of Oxley #64A37C

Tints of Oxley #64A37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 25.84%
G = 42.12%
B = 32.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#64A37C (or 0x64A37C) is known color: Oxley. HEX triplet: 64, A3 and 7C. RGB value is (100,163,124). Sum of RGB (Red+Green+Blue) = 100+163+124=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #64A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A37C is #9B5C83. Grayscale: #8B8B8B. Windows color (decimal): -10181764 or 8168292. OLE color: 8168292.

HSL color Cylindrical-coordinate representation of color #64A37C: hue angle of 142.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A37C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 163 124 -
CMYK 0.39 0 0.24 0.36
HSL 142.86º 0.26% 0.52% -
HSV(B) 142.86º 0.39% 0.64% -
XYZ 21.99 30.36 23.77 -
YUV 139.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 100 163 124 0.39 0 0.24 0.36 142.86 0.26 0.52
Hex 64 A3 7C 27 0 18 24 8F 1A 34
Octal 144 243 174 47 0 30 44 217 32 64
Binary 1100100 10100011 1111100 100111 0 11000 100100 10001111 11010 110100

Color Harmonies of #64A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A37C

Black with #64A37C

Text Example


Text Example

White with #64A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,163,124); }

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

background-color css

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

 a { background-color: rgb(100,163,124); }

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

border-color css

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

 span { border-color: rgb(100,163,124); }

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