Html Css Color HEX #64A271 Oxley

📋 copy color: '#64A271'

red 100 ◦ green 162 ◦ blue 113

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

Shades of Oxley #64A271

Tints of Oxley #64A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 26.67%
G = 43.2%
B = 30.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#64A271 (or 0x64A271) is known color: Oxley. HEX triplet: 64, A2 and 71. RGB value is (100,162,113). Sum of RGB (Red+Green+Blue) = 100+162+113=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #64A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A271 is #9B5D8E. Grayscale: #8A8A8A. Windows color (decimal): -10182031 or 7447140. OLE color: 7447140.

HSL color Cylindrical-coordinate representation of color #64A271: hue angle of 132.58º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A271 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 113 -
CMYK 0.38 0 0.30 0.36
HSL 132.58º 0.25% 0.51% -
HSV(B) 132.58º 0.38% 0.64% -
XYZ 21.16 29.74 20.25 -
YUV 137.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 100 162 113 0.38 0 0.30 0.36 132.58 0.25 0.51
Hex 64 A2 71 26 0 1E 24 85 19 33
Octal 144 242 161 46 0 36 44 205 31 63
Binary 1100100 10100010 1110001 100110 0 11110 100100 10000101 11001 110011

Color Harmonies of #64A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A271

Black with #64A271

Text Example


Text Example

White with #64A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,162,113); }

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

background-color css

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

 a { background-color: rgb(100,162,113); }

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

border-color css

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

 span { border-color: rgb(100,162,113); }

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