Html Css Color HEX #64997C Oxley

📋 copy color: '#64997C'

red 100 ◦ green 153 ◦ blue 124

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

Shades of Oxley #64997C

Tints of Oxley #64997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 26.53%
G = 40.58%
B = 32.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#64997C (or 0x64997C) is known color: Oxley. HEX triplet: 64, 99 and 7C. RGB value is (100,153,124). Sum of RGB (Red+Green+Blue) = 100+153+124=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #64997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64997C is #9B6683. Grayscale: #858585. Windows color (decimal): -10184324 or 8165732. OLE color: 8165732.

HSL color Cylindrical-coordinate representation of color #64997C: hue angle of 147.17º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64997C is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 124 -
CMYK 0.35 0 0.19 0.4
HSL 147.17º 0.21% 0.5% -
HSV(B) 147.17º 0.35% 0.6% -
XYZ 20.28 26.95 23.2 -
YUV 133.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 100 153 124 0.35 0 0.19 0.4 147.17 0.21 0.5
Hex 64 99 7C 23 0 13 28 93 15 32
Octal 144 231 174 43 0 23 50 223 25 62
Binary 1100100 10011001 1111100 100011 0 10011 101000 10010011 10101 110010

Color Harmonies of #64997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64997C

Black with #64997C

Text Example


Text Example

White with #64997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64997C; }

 p { color: rgb(100,153,124); }

 H1.HeaderClassName
 {
   color: #64997C;
 }
 .AnyTagClassName
 {
   color: #64997C;
 }
</style>

background-color css

<style>
 a { background-color: #64997C; }

 a { background-color: rgb(100,153,124); }

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

border-color css

<style>
 span { border-color: #64997C; }

 span { border-color: rgb(100,153,124); }

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