Html Css Color HEX #64AD7F Oxley

📋 copy color: '#64AD7F'

red 100 ◦ green 173 ◦ blue 127

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

Shades of Oxley #64AD7F

Tints of Oxley #64AD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 25%
G = 43.25%
B = 31.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#64AD7F (or 0x64AD7F) is known color: Oxley. HEX triplet: 64, AD and 7F. RGB value is (100,173,127). Sum of RGB (Red+Green+Blue) = 100+173+127=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD7F is #9B5280. Grayscale: #929292. Windows color (decimal): -10179201 or 8367460. OLE color: 8367460.

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

Color convert

RGB 100 173 127 -
CMYK 0.42 0 0.27 0.32
HSL 142.19º 0.31% 0.54% -
HSV(B) 142.19º 0.42% 0.68% -
XYZ 24.03 34.13 25.4 -
YUV 145.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 100 173 127 0.42 0 0.27 0.32 142.19 0.31 0.54
Hex 64 AD 7F 2A 0 1B 20 8E 1F 36
Octal 144 255 177 52 0 33 40 216 37 66
Binary 1100100 10101101 1111111 101010 0 11011 100000 10001110 11111 110110

Color Harmonies of #64AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD7F

Black with #64AD7F

Text Example


Text Example

White with #64AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,173,127); }

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

background-color css

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

 a { background-color: rgb(100,173,127); }

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

border-color css

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

 span { border-color: rgb(100,173,127); }

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