Html Css Color HEX #64A87F Oxley

📋 copy color: '#64A87F'

red 100 ◦ green 168 ◦ blue 127

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

Shades of Oxley #64A87F

Tints of Oxley #64A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 25.32%
G = 42.53%
B = 32.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#64A87F (or 0x64A87F) is known color: Oxley. HEX triplet: 64, A8 and 7F. RGB value is (100,168,127). Sum of RGB (Red+Green+Blue) = 100+168+127=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #64A87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A87F is #9B5780. Grayscale: #8F8F8F. Windows color (decimal): -10180481 or 8366180. OLE color: 8366180.

HSL color Cylindrical-coordinate representation of color #64A87F: hue angle of 143.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A87F is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 127 -
CMYK 0.40 0 0.24 0.34
HSL 143.82º 0.28% 0.53% -
HSV(B) 143.82º 0.4% 0.66% -
XYZ 23.09 32.25 25.09 -
YUV 142.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 100 168 127 0.40 0 0.24 0.34 143.82 0.28 0.53
Hex 64 A8 7F 28 0 18 22 90 1C 35
Octal 144 250 177 50 0 30 42 220 34 65
Binary 1100100 10101000 1111111 101000 0 11000 100010 10010000 11100 110101

Color Harmonies of #64A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A87F

Black with #64A87F

Text Example


Text Example

White with #64A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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