#649974

Color #649974 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #649974

Tints of Oxley #649974

Color information

#649974 (or 0x649974) is unknown color: approx Oxley. HEX triplet: 64, 99 and 74. RGB value is (100,153,116). Sum of RGB (Red+Green+Blue) = 100+153+116=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #649974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649974 is #9B668B. Grayscale: #858585. Windows color (decimal): -10184332 or 7641444. OLE color: 7641444.

HSL color Cylindrical-coordinate representation of color #649974: hue angle of 138.11º 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 #649974 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB100153116-
CMYK0.3500.240.4
HSL138.11º20.95%49.61%-
HSV(B)138.11º34.64%60%-
XYZ19.826.7520.64-
YUV132.93118.44104.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=27.10%
G=41.46%
B=31.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531160.3500.240.4138.1120.9549.61
Hex64997423018288a1532
Octal14423116443030502122562
Binary11001001001100111101001000110110001010001000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649974; }

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

 H1.HeaderClassName
 {
   color: #649974;
 }
 .AnyTagClassName
 {
   color: #649974;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #649974;
 }
 .BgClassName
 {
   background-color: #649974;
 }
</style>
border-color css

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

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

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