Html Css Color HEX #64A180 Oxley

📋 copy color: '#64A180'

red 100 ◦ green 161 ◦ blue 128

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

Shades of Oxley #64A180

Tints of Oxley #64A180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 25.71%
G = 41.39%
B = 32.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#64A180 (or 0x64A180) is known color: Oxley. HEX triplet: 64, A1 and 80. RGB value is (100,161,128). Sum of RGB (Red+Green+Blue) = 100+161+128=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #64A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A180 is #9B5E7F. Grayscale: #8B8B8B. Windows color (decimal): -10182272 or 8429924. OLE color: 8429924.

HSL color Cylindrical-coordinate representation of color #64A180: hue angle of 147.54º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A180 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 161 128 -
CMYK 0.38 0 0.20 0.37
HSL 147.54º 0.24% 0.51% -
HSV(B) 147.54º 0.38% 0.63% -
XYZ 21.9 29.76 25.01 -
YUV 139 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 100 161 128 0.38 0 0.20 0.37 147.54 0.24 0.51
Hex 64 A1 80 26 0 14 25 94 18 33
Octal 144 241 200 46 0 24 45 224 30 63
Binary 1100100 10100001 10000000 100110 0 10100 100101 10010100 11000 110011

Color Harmonies of #64A180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A180

Black with #64A180

Text Example


Text Example

White with #64A180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,161,128); }

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

background-color css

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

 a { background-color: rgb(100,161,128); }

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

border-color css

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

 span { border-color: rgb(100,161,128); }

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