Html Css Color HEX #64A87D Oxley

📋 copy color: '#64A87D'

red 100 ◦ green 168 ◦ blue 125

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

Shades of Oxley #64A87D

Tints of Oxley #64A87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 25.45%
G = 42.75%
B = 31.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#64A87D (or 0x64A87D) is known color: Oxley. HEX triplet: 64, A8 and 7D. RGB value is (100,168,125). Sum of RGB (Red+Green+Blue) = 100+168+125=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #64A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A87D is #9B5782. Grayscale: #8E8E8E. Windows color (decimal): -10180483 or 8235108. OLE color: 8235108.

HSL color Cylindrical-coordinate representation of color #64A87D: hue angle of 142.06º 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 #64A87D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 125 -
CMYK 0.40 0 0.26 0.34
HSL 142.06º 0.28% 0.53% -
HSV(B) 142.06º 0.4% 0.66% -
XYZ 22.96 32.2 24.41 -
YUV 142.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 100 168 125 0.40 0 0.26 0.34 142.06 0.28 0.53
Hex 64 A8 7D 28 0 1A 22 8E 1C 35
Octal 144 250 175 50 0 32 42 216 34 65
Binary 1100100 10101000 1111101 101000 0 11010 100010 10001110 11100 110101

Color Harmonies of #64A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A87D

Black with #64A87D

Text Example


Text Example

White with #64A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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