Html Css Color HEX #64987A Oxley

📋 copy color: '#64987A'

red 100 ◦ green 152 ◦ blue 122

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

Shades of Oxley #64987A

Tints of Oxley #64987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 26.74%
G = 40.64%
B = 32.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#64987A (or 0x64987A) is known color: Oxley. HEX triplet: 64, 98 and 7A. RGB value is (100,152,122). Sum of RGB (Red+Green+Blue) = 100+152+122=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #64987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64987A is #9B6785. Grayscale: #858585. Windows color (decimal): -10184582 or 8034404. OLE color: 8034404.

HSL color Cylindrical-coordinate representation of color #64987A: hue angle of 145.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64987A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 122 -
CMYK 0.34 0 0.20 0.40
HSL 145.38º 0.21% 0.49% -
HSV(B) 145.38º 0.34% 0.6% -
XYZ 20 26.57 22.49 -
YUV 133.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 100 152 122 0.34 0 0.20 0.40 145.38 0.21 0.49
Hex 64 98 7A 22 0 14 28 91 15 31
Octal 144 230 172 42 0 24 50 221 25 61
Binary 1100100 10011000 1111010 100010 0 10100 101000 10010001 10101 110001

Color Harmonies of #64987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64987A

Black with #64987A

Text Example


Text Example

White with #64987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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