Html Css Color HEX #64AE7C Oxley

📋 copy color: '#64AE7C'

red 100 ◦ green 174 ◦ blue 124

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

Shades of Oxley #64AE7C

Tints of Oxley #64AE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

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

R = 25.13%
G = 43.72%
B = 31.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#64AE7C (or 0x64AE7C) is known color: Oxley. HEX triplet: 64, AE and 7C. RGB value is (100,174,124). Sum of RGB (Red+Green+Blue) = 100+174+124=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE7C is #9B5183. Grayscale: #929292. Windows color (decimal): -10178948 or 8171108. OLE color: 8171108.

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

Color convert

RGB 100 174 124 -
CMYK 0.43 0 0.29 0.32
HSL 139.46º 0.31% 0.54% -
HSV(B) 139.46º 0.43% 0.68% -
XYZ 24.03 34.44 24.45 -
YUV 146.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 100 174 124 0.43 0 0.29 0.32 139.46 0.31 0.54
Hex 64 AE 7C 2B 0 1D 20 8B 1F 36
Octal 144 256 174 53 0 35 40 213 37 66
Binary 1100100 10101110 1111100 101011 0 11101 100000 10001011 11111 110110

Color Harmonies of #64AE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE7C

Black with #64AE7C

Text Example


Text Example

White with #64AE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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