Html Css Color HEX #64AA7E Oxley

📋 copy color: '#64AA7E'

red 100 ◦ green 170 ◦ blue 126

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

Shades of Oxley #64AA7E

Tints of Oxley #64AA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 25.25%
G = 42.93%
B = 31.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#64AA7E (or 0x64AA7E) is known color: Oxley. HEX triplet: 64, AA and 7E. RGB value is (100,170,126). Sum of RGB (Red+Green+Blue) = 100+170+126=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA7E is #9B5581. Grayscale: #909090. Windows color (decimal): -10179970 or 8301156. OLE color: 8301156.

HSL color Cylindrical-coordinate representation of color #64AA7E: hue angle of 142.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AA7E is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 170 126 -
CMYK 0.41 0 0.26 0.33
HSL 142.29º 0.29% 0.53% -
HSV(B) 142.29º 0.41% 0.67% -
XYZ 23.4 32.97 24.87 -
YUV 144.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 100 170 126 0.41 0 0.26 0.33 142.29 0.29 0.53
Hex 64 AA 7E 29 0 1A 21 8E 1D 35
Octal 144 252 176 51 0 32 41 216 35 65
Binary 1100100 10101010 1111110 101001 0 11010 100001 10001110 11101 110101

Color Harmonies of #64AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA7E

Black with #64AA7E

Text Example


Text Example

White with #64AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,126); }

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

background-color css

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

 a { background-color: rgb(100,170,126); }

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

border-color css

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

 span { border-color: rgb(100,170,126); }

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