Html Css Color HEX #64957A Oxley

📋 copy color: '#64957A'

red 100 ◦ green 149 ◦ blue 122

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

Shades of Oxley #64957A

Tints of Oxley #64957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 26.95%
G = 40.16%
B = 32.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#64957A (or 0x64957A) is known color: Oxley. HEX triplet: 64, 95 and 7A. RGB value is (100,149,122). Sum of RGB (Red+Green+Blue) = 100+149+122=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #64957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64957A is #9B6A85. Grayscale: #838383. Windows color (decimal): -10185350 or 8033636. OLE color: 8033636.

HSL color Cylindrical-coordinate representation of color #64957A: hue angle of 146.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64957A is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 122 -
CMYK 0.33 0 0.18 0.42
HSL 146.94º 0.2% 0.49% -
HSV(B) 146.94º 0.33% 0.58% -
XYZ 19.52 25.61 22.33 -
YUV 131.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 100 149 122 0.33 0 0.18 0.42 146.94 0.2 0.49
Hex 64 95 7A 21 0 12 2A 93 14 31
Octal 144 225 172 41 0 22 52 223 24 61
Binary 1100100 10010101 1111010 100001 0 10010 101010 10010011 10100 110001

Color Harmonies of #64957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64957A

Black with #64957A

Text Example


Text Example

White with #64957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64957A; }

 p { color: rgb(100,149,122); }

 H1.HeaderClassName
 {
   color: #64957A;
 }
 .AnyTagClassName
 {
   color: #64957A;
 }
</style>

background-color css

<style>
 a { background-color: #64957A; }

 a { background-color: rgb(100,149,122); }

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

border-color css

<style>
 span { border-color: #64957A; }

 span { border-color: rgb(100,149,122); }

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